svn commit: samba r13137 - in branches/SAMBA_3_0/source/libads: .

idra at samba.org idra at samba.org
Wed Jan 25 21:25:32 GMT 2006


Author: idra
Date: 2006-01-25 21:25:25 +0000 (Wed, 25 Jan 2006)
New Revision: 13137

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13137

Log:

make cleare where long ifdefs ends


Modified:
   branches/SAMBA_3_0/source/libads/sasl.c


Changeset:
Modified: branches/SAMBA_3_0/source/libads/sasl.c
===================================================================
--- branches/SAMBA_3_0/source/libads/sasl.c	2006-01-25 21:24:51 UTC (rev 13136)
+++ branches/SAMBA_3_0/source/libads/sasl.c	2006-01-25 21:25:25 UTC (rev 13137)
@@ -419,7 +419,7 @@
 		ber_bvfree(scred);
 	return status;
 }
-#endif
+#endif /* HAVE_GGSAPI */
 
 /* mapping between SASL mechanisms and functions */
 static struct {
@@ -466,5 +466,5 @@
 	return ADS_ERROR(LDAP_AUTH_METHOD_NOT_SUPPORTED);
 }
 
-#endif
+#endif /* HAVE_LDAP */
 



More information about the samba-cvs mailing list