1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

librpc: Fix typo

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-08-02 09:43:48 +12:00 committed by Andrew Bartlett
parent 6913aebd59
commit dc3bcd5e78

View File

@ -344,7 +344,7 @@ NTSTATUS dcesrv_auth_complete(struct dcesrv_call_state *call, NTSTATUS status)
case DCERPC_PKT_AUTH3:
pdu = "AUTH3";
if (NT_STATUS_EQUAL(status, NT_STATUS_MORE_PROCESSING_REQUIRED)) {
DEBUG(4, ("GENSEC not finished at at %s\n", pdu));
DEBUG(4, ("GENSEC not finished at %s\n", pdu));
return NT_STATUS_RPC_SEC_PKG_ERROR;
}
break;