From: Volker Lendecke Date: Sat, 19 Mar 2022 17:38:04 +0000 (+0100) Subject: librpc: Fix a typo X-Git-Tag: talloc-2.4.0~635 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0d321f8332522f2c327f06ec322a693d483bc4e;p=thirdparty%2Fsamba.git librpc: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source4/librpc/rpc/dcerpc_util.c b/source4/librpc/rpc/dcerpc_util.c index 6ea27a8d9a3..35fc6372c40 100644 --- a/source4/librpc/rpc/dcerpc_util.c +++ b/source4/librpc/rpc/dcerpc_util.c @@ -665,7 +665,7 @@ struct composite_context *dcerpc_pipe_auth_send(struct dcerpc_pipe *p, Receive result of authenticated bind request on dcerpc pipe This returns *p, which may be different to the one originally - supllied, as it rebinds to a new pipe due to authentication fallback + supplied, as it rebinds to a new pipe due to authentication fallback */ NTSTATUS dcerpc_pipe_auth_recv(struct composite_context *c, TALLOC_CTX *mem_ctx,