common : directly read user information 47/95347/1 accepted/tizen/common/20161114.170718 accepted/tizen/ivi/20161114.003721 accepted/tizen/mobile/20161114.003554 accepted/tizen/tv/20161114.003620 accepted/tizen/wearable/20161114.003645 submit/tizen/20161111.004248
authorKichan Kwon <k_c.kwon@samsung.com>
Thu, 3 Nov 2016 02:26:07 +0000 (11:26 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Thu, 3 Nov 2016 02:48:49 +0000 (11:48 +0900)
Change-Id: I94a9d393236d73b44262ebc5631619eadd711284
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
src/common/userinfo-list.c

index c97d28d..c6e0e51 100644 (file)
@@ -42,7 +42,7 @@ resourced_ret_c get_all_users_info(GHashTable **table)
        gchar *home_dir = NULL;
 
        /* Get user data by using libgum */
-       gus = gum_user_service_create_sync(FALSE);
+       gus = gum_user_service_create_sync(TRUE);
        if (!gus) {
                printf("Fail to create gum user service");
                return RESOURCED_ERROR_FAIL;