Fix bug about NSProvider Config
authorjaesick.shin <jaesick.shin@samsung.com>
Thu, 22 Sep 2016 05:10:06 +0000 (14:10 +0900)
committerUze Choi <uzchoi@samsung.com>
Thu, 29 Sep 2016 10:36:59 +0000 (10:36 +0000)
the changes about wrong parameter input.

Change-Id: I25e4f864d5e5713c3fdd04aea56271ba14362f23
Signed-off-by: jaesick.shin <jaesick.shin@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/12123
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
(cherry picked from commit a841588e54cfad3c6e2277a0fe26c75cda99f587)
Reviewed-on: https://gerrit.iotivity.org/gerrit/12445

service/notification/src/provider/NSProviderSystem.c

index e76243d..b8181bc 100644 (file)
@@ -142,5 +142,5 @@ void NSSetResourceSecurity(bool secured)
 \r
 const char * NSGetUserInfo()\r
 {\r
-    return providerInfo->providerName;\r
+    return providerInfo->userInfo;\r
 }\r