1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

netlogon:schannel: Fix typo

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-05-02 12:51:52 +12:00 committed by Andrew Bartlett
parent f1281b80c1
commit 21b23a7d5a

View File

@ -231,7 +231,7 @@ static void continue_srv_auth2(struct tevent_req *subreq)
}
/*
* Strong keys could be unsupported (NT4) or disables. So retry with the
* Strong keys could be unsupported (NT4) or disabled. So retry with the
* flags returned by the server. - asn
*/
if (NT_STATUS_EQUAL(s->a.out.result, NT_STATUS_ACCESS_DENIED)) {