From: Volker Lendecke Date: Sun, 29 Jan 2017 11:05:12 +0000 (+0000) Subject: rpc_server: Fix a typo X-Git-Tag: talloc-2.1.9~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2251c3052876eebfdccc416119576a56b54bdee7;p=thirdparty%2Fsamba.git rpc_server: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source4/rpc_server/netlogon/dcerpc_netlogon.c b/source4/rpc_server/netlogon/dcerpc_netlogon.c index 15f0a77739b..afa9b1c91e1 100644 --- a/source4/rpc_server/netlogon/dcerpc_netlogon.c +++ b/source4/rpc_server/netlogon/dcerpc_netlogon.c @@ -837,7 +837,8 @@ static NTSTATUS dcesrv_netr_LogonSamLogon_check(const struct netr_LogonSamLogonE This version of the function allows other wrappers to say 'do not check the credentials' - We can't do the traditional 'wrapping' format completly, as this function must only run under schannel + We can't do the traditional 'wrapping' format completely, as this + function must only run under schannel */ static NTSTATUS dcesrv_netr_LogonSamLogon_base(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx, struct netr_LogonSamLogonEx *r, struct netlogon_creds_CredentialState *creds)