mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
gensec: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
acd8de28ac
commit
af34a411b9
@ -627,7 +627,7 @@ _PUBLIC_ bool gensec_have_feature(struct gensec_security *gensec_security,
|
||||
}
|
||||
|
||||
/* We might 'have' features that we don't 'want', because the
|
||||
* other end demanded them, or we can't neotiate them off */
|
||||
* other end demanded them, or we can't negotiate them off */
|
||||
return gensec_security->ops->have_feature(gensec_security, feature);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user