mirror of
https://github.com/samba-team/samba.git
synced 2025-01-04 05:18:06 +03:00
Fix debug (thanks metze)
Andrew Bartlett
(This used to be commit 5562f1865c
)
This commit is contained in:
parent
910da34e6d
commit
c0efc3536f
@ -385,7 +385,7 @@ NTSTATUS ntlmssp_server_update(NTLMSSP_STATE *ntlmssp_state,
|
||||
} else if (ntlmssp_command == NTLMSSP_AUTH) {
|
||||
return ntlmssp_server_auth(ntlmssp_state, request, reply);
|
||||
} else {
|
||||
DEBUG(1, ("unknown NTLMSSP command %u\n", ntlmssp_command, ntlmssp_state->expected_state));
|
||||
DEBUG(1, ("unknown NTLMSSP command %u, expected %u\n", ntlmssp_command, ntlmssp_state->expected_state));
|
||||
return NT_STATUS_INVALID_PARAMETER;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user