From 032bf5c62948387a43501509d046b21f7a6f9d85 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 24 Jul 2010 13:17:15 +0200 Subject: s3: Fix a typo (missing space) --- source3/auth/server_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- cgit