From eb599d684c371b155f9a5f4f53bce6553d723608 Mon Sep 17 00:00:00 2001 From: Jiwoong Im Date: Fri, 11 Dec 2015 15:27:56 +0900 Subject: [PATCH] Fix bug in aul_listen_app_status_signal Change-Id: Ib756745ba1818438e2941427866a83105c1deb43 Signed-off-by: Jiwoong Im --- src/app_signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app_signal.c b/src/app_signal.c index 3ff70a7..4992808 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; } -- 2.7.4