Allow share via caller app. 58/86958/1 submit/tizen/20160906.071914 submit/tizen_3.0/20161018.001020 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.092323
authorRadoslaw Czerski <r.czerski@samsung.com>
Mon, 5 Sep 2016 15:27:45 +0000 (17:27 +0200)
committerRadoslaw Czerski <r.czerski@samsung.com>
Mon, 5 Sep 2016 15:27:45 +0000 (17:27 +0200)
Change-Id: I02d602695d50e693e2fceb365dc6db06223fc6d6
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
src/list.c

index 77fef70..11c2e00 100644 (file)
@@ -36,11 +36,7 @@ static bool __app_control_matched_cb(app_control_h service, const char *appid, v
 
        app_control_get_caller(service, &caller);
 
-       _D("matched app : [%s]", appid);
-       if (caller && !strcmp(appid, caller)) {
-               _D("caller and callee is same");
-               return true;
-       }
+       _D("matched app: [%s]", appid);
 
        tmp = strdup(appid);
        retv_if(!tmp, false);