mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
s3:libnet: Add missing newline to logging message
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
67decfc75b
commit
f798cf932e
@ -390,7 +390,7 @@ static NTSTATUS parse_object(TALLOC_CTX *mem_ctx,
|
||||
entry->password.data,
|
||||
entry->password.length);
|
||||
if (!name) {
|
||||
DEBUG(1, ("talloc failed!"));
|
||||
DEBUG(1, ("talloc failed!\n"));
|
||||
return NT_STATUS_NO_MEMORY;
|
||||
} else {
|
||||
DEBUG(10, ("found name %s\n", name));
|
||||
|
Loading…
Reference in New Issue
Block a user