mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
auth/spnego: Fix withespace and indent in gensec_spnego_server_try_fallback()
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
4830902007
commit
404f923e34
@ -153,9 +153,11 @@ static NTSTATUS gensec_spnego_server_try_fallback(struct gensec_security *gensec
|
||||
bool is_spnego;
|
||||
NTSTATUS nt_status;
|
||||
|
||||
if (gensec_security != NULL &&
|
||||
!gensec_security_ops_enabled(all_ops[i], gensec_security))
|
||||
continue;
|
||||
if (gensec_security != NULL &&
|
||||
!gensec_security_ops_enabled(all_ops[i], gensec_security))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!all_ops[i]->oid) {
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user