summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiwoong Im <jiwoong.im@samsung.com>2015-12-11 15:27:56 +0900
committerJiwoong Im <jiwoong.im@samsung.com>2015-12-22 00:31:22 -0800
commiteb599d684c371b155f9a5f4f53bce6553d723608 (patch)
tree21eebe4ed41a38eca3e1ff1155eabee7bcd6863a
parente9bf2dc12e4555f2b65c497b51d9200732b83464 (diff)
downloadaul-1-eb599d684c371b155f9a5f4f53bce6553d723608.tar.gz
aul-1-eb599d684c371b155f9a5f4f53bce6553d723608.tar.bz2
aul-1-eb599d684c371b155f9a5f4f53bce6553d723608.zip
Fix bug in aul_listen_app_status_signal
Change-Id: Ib756745ba1818438e2941427866a83105c1deb43 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
-rw-r--r--src/app_signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app_signal.c b/src/app_signal.c
index 3ff70a7b..49928084 100644
--- a/src/app_signal.c
+++ b/src/app_signal.c
@@ -406,7 +406,7 @@ API int aul_listen_app_status_signal(int (*func) (int, int, void *), void *data)
_E("error app signal fini");
return AUL_R_ERROR;
}
- } else {
+ } else if (!_status_handler) {
if (__app_dbus_signal_remove_rule(system_conn, RESOURCED_PATH_CORE, RESOURCED_INTERFACE_CORE) != 0)
return AUL_R_ERROR;
}