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:
parent
c4625a84de
commit
7fb9087e64
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user