summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2020-06-18 12:59:51 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2021-03-16 11:41:23 +0000
commitee1085a6e6692d11ed629ae4fff06cf7c7a6e139 (patch)
tree1441efeaa3a83ec0ee1ee6c298abf73c058a2f4f
parent22527b57ee077652c63bf7c5e2e50b7a93be7453 (diff)
act-user-manager: Fix incorrect return types in some finish() functions
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--src/libaccountsservice/act-user-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libaccountsservice/act-user-manager.c b/src/libaccountsservice/act-user-manager.c
index a317507..4f945e9 100644
--- a/src/libaccountsservice/act-user-manager.c
+++ b/src/libaccountsservice/act-user-manager.c
@@ -2660,7 +2660,7 @@ act_user_manager_create_user_finish (ActUserManager *manager,
inner_result = g_task_propagate_pointer (G_TASK (result), error);
if (inner_result == NULL) {
- return FALSE;
+ return NULL;
}
if (accounts_accounts_call_create_user_finish (priv->accounts_proxy,
@@ -2789,7 +2789,7 @@ act_user_manager_cache_user_finish (ActUserManager *manager,
inner_result = g_task_propagate_pointer (G_TASK (result), error);
if (inner_result == NULL) {
- return FALSE;
+ return NULL;
}
if (accounts_accounts_call_cache_user_finish (priv->accounts_proxy,