mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s3:librpc: 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
f798cf932e
commit
956c7a2828
@ -451,7 +451,7 @@ NTSTATUS dcerpc_check_auth(struct pipe_auth_data *auth,
|
||||
return NT_STATUS_OK;
|
||||
|
||||
default:
|
||||
DEBUG(3, ("Unimplemented Auth Level %d",
|
||||
DEBUG(3, ("Unimplemented Auth Level %d\n",
|
||||
auth->auth_level));
|
||||
return NT_STATUS_INVALID_PARAMETER;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user