1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s4:auth/ntlmssp/ntlmssp_server.c - remove unnecessary ";"

This commit is contained in:
Matthias Dieter Wallnöfer 2010-11-29 14:33:08 +01:00
parent c4625a84de
commit 7fb9087e64

View File

@ -75,7 +75,7 @@ NTSTATUS gensec_ntlmssp_server_auth(struct gensec_security *gensec_security,
struct gensec_ntlmssp_context);
struct ntlmssp_state *ntlmssp_state = gensec_ntlmssp->ntlmssp_state;
return ntlmssp_server_auth(ntlmssp_state, out_mem_ctx, in, out);
};
}
/**
* Return the challenge as determined by the authentication subsystem