svn commit: samba r25108 - in branches: SAMBA_3_2/source/libads SAMBA_3_2_0/source/libads

gd at samba.org gd at samba.org
Tue Sep 11 23:21:52 GMT 2007


Author: gd
Date: 2007-09-11 23:21:50 +0000 (Tue, 11 Sep 2007)
New Revision: 25108

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

Log:
Make ifdef labyrinth in sasl code a bit more readable.

Guenther

Modified:
   branches/SAMBA_3_2/source/libads/sasl.c
   branches/SAMBA_3_2_0/source/libads/sasl.c


Changeset:
Modified: branches/SAMBA_3_2/source/libads/sasl.c
===================================================================
--- branches/SAMBA_3_2/source/libads/sasl.c	2007-09-11 23:04:14 UTC (rev 25107)
+++ branches/SAMBA_3_2/source/libads/sasl.c	2007-09-11 23:21:50 UTC (rev 25108)
@@ -603,7 +603,7 @@
 	return status;
 }
 
-#endif
+#endif /* HAVE_GSSAPI */
 
 #ifdef HAVE_KRB5
 struct ads_service_principal {
@@ -774,7 +774,7 @@
 #endif
 	return ads_sasl_spnego_rawkrb5_bind(ads, p->string);
 }
-#endif
+#endif /* HAVE_KRB5 */
 
 /* 
    this performs a SASL/SPNEGO bind

Modified: branches/SAMBA_3_2_0/source/libads/sasl.c
===================================================================
--- branches/SAMBA_3_2_0/source/libads/sasl.c	2007-09-11 23:04:14 UTC (rev 25107)
+++ branches/SAMBA_3_2_0/source/libads/sasl.c	2007-09-11 23:21:50 UTC (rev 25108)
@@ -603,7 +603,7 @@
 	return status;
 }
 
-#endif
+#endif /* HAVE_GSSAPI */
 
 #ifdef HAVE_KRB5
 struct ads_service_principal {
@@ -774,7 +774,7 @@
 #endif
 	return ads_sasl_spnego_rawkrb5_bind(ads, p->string);
 }
-#endif
+#endif /* HAVE_KRB5 */
 
 /* 
    this performs a SASL/SPNEGO bind



More information about the samba-cvs mailing list