svn commit: samba r5565 - in branches/SAMBA_3_0/source/lib: .

jerry at samba.org jerry at samba.org
Fri Feb 25 18:38:20 GMT 2005


Author: jerry
Date: 2005-02-25 18:38:19 +0000 (Fri, 25 Feb 2005)
New Revision: 5565

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

Log:
fix breakage on gcc 2.96
Modified:
   branches/SAMBA_3_0/source/lib/smbldap.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/smbldap.c
===================================================================
--- branches/SAMBA_3_0/source/lib/smbldap.c	2005-02-25 17:49:49 UTC (rev 5564)
+++ branches/SAMBA_3_0/source/lib/smbldap.c	2005-02-25 18:38:19 UTC (rev 5565)
@@ -874,9 +874,9 @@
 static int smbldap_open(struct smbldap_state *ldap_state)
 {
 	int rc, opt_rc;
-	SMB_ASSERT(ldap_state);
 	BOOL reopen = False;
 		
+	SMB_ASSERT(ldap_state);
 #ifndef NO_LDAP_SECURITY
 	if (geteuid() != 0) {
 		DEBUG(0, ("smbldap_open: cannot access LDAP when not root..\n"));



More information about the samba-cvs mailing list