From: Joseph Sutton Date: Tue, 1 Aug 2023 21:43:48 +0000 (+1200) Subject: librpc: Fix typo X-Git-Tag: tevent-0.16.0~1160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc3bcd5e7815886ee35c9dbf48fc9ca78c46d7af;p=thirdparty%2Fsamba.git librpc: Fix typo Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/librpc/rpc/dcesrv_auth.c b/librpc/rpc/dcesrv_auth.c index 99d8e016216..1fc6255892d 100644 --- a/librpc/rpc/dcesrv_auth.c +++ b/librpc/rpc/dcesrv_auth.c @@ -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;