summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/auth/auth_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index 018d3b1851..871b399b86 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -836,7 +836,7 @@ static NTSTATUS add_privileges(auth_serversupplied_info **server_info)
init_privilege(&privs);
if (!pdb_get_privilege_set((*server_info)->ptok, privs))
- return NT_STATUS_UNSUCCESSFUL;
+ DEBUG(1, ("Could not add privileges\n"));
(*server_info)->privs = privs;