diff options
-rw-r--r-- | source3/auth/server_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/server_info.c b/source3/auth/server_info.c index bb38080418..782dc410e0 100644 --- a/source3/auth/server_info.c +++ b/source3/auth/server_info.c @@ -377,7 +377,7 @@ NTSTATUS samu_to_SamInfo3(TALLOC_CTX *mem_ctx, ok = sid_peek_check_rid(&domain_sid, group_sid, &info3->base.primary_gid); if (!ok) { - DEBUG(1, ("The primary group domain sid(%s) does not" + DEBUG(1, ("The primary group domain sid(%s) does not " "match the domain sid(%s) for %s(%s)\n", sid_string_dbg(group_sid), sid_string_dbg(&domain_sid), |