Change-Id: I308807d8ef86b5ba447cef420b6234599b0fda43
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
Name: capi-network-asp
Summary: An Application Service Platform(ASP) libraries in Native API
-Version: 0.0.19
+Version: 0.0.20
Release: 1
Group: Network & Connectivity/API
License: Apache-2.0
}
session = get_session_by_id_mac(session_mac, session_id);
- if (!advert) {
- ASP_LOGD("There's no related advert");
+ if (!session) {
+ ASP_LOGD("There's no related session");
g_variant_iter_free(iter);
__ASP_LOG_FUNC_END__;
return;