svn commit: samba r13142 - in trunk/source/libads: .

jra at samba.org jra at samba.org
Wed Jan 25 22:04:11 GMT 2006


Author: jra
Date: 2006-01-25 22:04:08 +0000 (Wed, 25 Jan 2006)
New Revision: 13142

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

Log:
Janitor for Simo...
make cleare where long ifdefs ends
Jeremy.

Modified:
   trunk/source/libads/sasl.c


Changeset:
Modified: trunk/source/libads/sasl.c
===================================================================
--- trunk/source/libads/sasl.c	2006-01-25 21:59:12 UTC (rev 13141)
+++ trunk/source/libads/sasl.c	2006-01-25 22:04:08 UTC (rev 13142)
@@ -432,7 +432,7 @@
 		ber_bvfree(scred);
 	return status;
 }
-#endif
+#endif /* HAVE_GGSAPI */
 
 /* mapping between SASL mechanisms and functions */
 static struct {
@@ -479,5 +479,5 @@
 	return ADS_ERROR(LDAP_AUTH_METHOD_NOT_SUPPORTED);
 }
 
-#endif
+#endif /* HAVE_LDAP */
 



More information about the samba-cvs mailing list