[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Wed Sep 8 16:13:52 MDT 2010


The branch, master has been updated
       via  0ee8aa5 Fix warnings caused by double ";;" at the end of the time_mono() fixes.
      from  3fb5aba s4-waf: fix bin/python/samba/dcerpc/nbt.so.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0ee8aa5c5dd92a58db0c58159a24d07684432f0e
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Sep 8 15:13:45 2010 -0700

    Fix warnings caused by double ";;" at the end of the time_mono() fixes.

-----------------------------------------------------------------------

Summary of changes:
 source3/lib/smbldap.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c
index 67e3d4d..6a97b60 100644
--- a/source3/lib/smbldap.c
+++ b/source3/lib/smbldap.c
@@ -1550,7 +1550,7 @@ int smbldap_modify(struct smbldap_state *ldap_state, const char *dn, LDAPMod *at
 	int 		rc = LDAP_SERVER_DOWN;
 	int 		attempts = 0;
 	char           *utf8_dn;
-	time_t		endtime = time_mono(NULL)+lp_ldap_timeout();;
+	time_t		endtime = time_mono(NULL)+lp_ldap_timeout();
 	size_t		converted_size;
 
 	SMB_ASSERT(ldap_state);
@@ -1594,7 +1594,7 @@ int smbldap_add(struct smbldap_state *ldap_state, const char *dn, LDAPMod *attrs
 	int 		rc = LDAP_SERVER_DOWN;
 	int 		attempts = 0;
 	char           *utf8_dn;
-	time_t		endtime = time_mono(NULL)+lp_ldap_timeout();;
+	time_t		endtime = time_mono(NULL)+lp_ldap_timeout();
 	size_t		converted_size;
 
 	SMB_ASSERT(ldap_state);
@@ -1638,7 +1638,7 @@ int smbldap_delete(struct smbldap_state *ldap_state, const char *dn)
 	int 		rc = LDAP_SERVER_DOWN;
 	int 		attempts = 0;
 	char           *utf8_dn;
-	time_t		endtime = time_mono(NULL)+lp_ldap_timeout();;
+	time_t		endtime = time_mono(NULL)+lp_ldap_timeout();
 	size_t		converted_size;
 
 	SMB_ASSERT(ldap_state);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list