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:
parent
5912206606
commit
032bf5c629
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user