1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

r13137: make cleare where long ifdefs ends

(This used to be commit 58e48fef450f71ac15219f73897801c5a66a2c44)
This commit is contained in:
Simo Sorce 2006-01-25 21:25:25 +00:00 committed by Gerald (Jerry) Carter
parent 5301c8b98d
commit 14b16baf69

View File

@ -419,7 +419,7 @@ failed:
ber_bvfree(scred);
return status;
}
#endif
#endif /* HAVE_GGSAPI */
/* mapping between SASL mechanisms and functions */
static struct {
@ -466,5 +466,5 @@ ADS_STATUS ads_sasl_bind(ADS_STRUCT *ads)
return ADS_ERROR(LDAP_AUTH_METHOD_NOT_SUPPORTED);
}
#endif
#endif /* HAVE_LDAP */