summaryrefslogtreecommitdiff
path: root/source3/auth/server_info.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-07-24 13:17:15 +0200
committerVolker Lendecke <vl@samba.org>2010-07-24 11:19:42 +0200
commit032bf5c62948387a43501509d046b21f7a6f9d85 (patch)
treea7ce7cd32d277d0bc5bcd41c812b1225b11e86ea /source3/auth/server_info.c
parent5912206606babc178aa1e3c1a3be853eba808323 (diff)
downloadsamba-032bf5c62948387a43501509d046b21f7a6f9d85.tar.gz
samba-032bf5c62948387a43501509d046b21f7a6f9d85.tar.bz2
samba-032bf5c62948387a43501509d046b21f7a6f9d85.zip
s3: Fix a typo (missing space)
Diffstat (limited to 'source3/auth/server_info.c')
-rw-r--r--source3/auth/server_info.c2
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),