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

r12439: No need to keep walking this list if we find the match.

Andrew Bartlett
(This used to be commit cf1883c3cc)
This commit is contained in:
Andrew Bartlett 2005-12-22 21:43:16 +00:00 committed by Gerald (Jerry) Carter
parent f76ee31ccf
commit 97113d0508

View File

@ -352,6 +352,7 @@ static NTSTATUS gensec_spnego_parse_negTokenInit(struct gensec_security *gensec_
}
spnego_state->neg_oid = all_sec[i].oid;
break;
}
}
}