mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r25108: Make ifdef labyrinth in sasl code a bit more readable.
Guenther
(This used to be commit f31949ec34
)
This commit is contained in:
parent
c49699d15b
commit
dc58b03517
@ -603,7 +603,7 @@ failed:
|
||||
return status;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif /* HAVE_GSSAPI */
|
||||
|
||||
#ifdef HAVE_KRB5
|
||||
struct ads_service_principal {
|
||||
@ -774,7 +774,7 @@ static ADS_STATUS ads_sasl_spnego_krb5_bind(ADS_STRUCT *ads,
|
||||
#endif
|
||||
return ads_sasl_spnego_rawkrb5_bind(ads, p->string);
|
||||
}
|
||||
#endif
|
||||
#endif /* HAVE_KRB5 */
|
||||
|
||||
/*
|
||||
this performs a SASL/SPNEGO bind
|
||||
|
Loading…
Reference in New Issue
Block a user