1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3: Fix a typo (missing space)

This commit is contained in:
Volker Lendecke 2010-07-24 13:17:15 +02:00
parent 5912206606
commit 032bf5c629

View File

@ -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),