Fix wrong return value 36/142436/1
authorSeungha Son <seungha.son@samsung.com>
Fri, 4 Aug 2017 02:45:09 +0000 (11:45 +0900)
committerSeungha Son <seungha.son@samsung.com>
Fri, 4 Aug 2017 02:45:26 +0000 (11:45 +0900)
Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: I00d7ed1b1354dc58fe4f276ffede686be7954562

src/notification_internal.c

index b0b774c..9569f17 100755 (executable)
@@ -1888,7 +1888,7 @@ out:
        if (app_control_bundle)
                bundle_free(app_control_bundle);
 
-       return NOTIFICATION_ERROR_NONE;
+       return ret;
 }
 
 EXPORT_API int notification_get_extension_event_handler(notification_h noti,