mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
source3/libsmb/ntlmssp.c: Fix typo.
Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
948ef97f08
commit
c2ab0ad8d0
@ -146,7 +146,7 @@ NTSTATUS ntlmssp_set_domain(struct ntlmssp_state *ntlmssp_state, const char *dom
|
||||
* Request features for the NTLMSSP negotiation
|
||||
*
|
||||
* @param ntlmssp_state NTLMSSP state
|
||||
* @param feature_list List of space seperated features requested from NTLMSSP.
|
||||
* @param feature_list List of space separated features requested from NTLMSSP.
|
||||
*/
|
||||
void ntlmssp_want_feature_list(struct ntlmssp_state *ntlmssp_state, char *feature_list)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user