[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-1083-g2e5d01b

Michael Adam obnox at samba.org
Fri Jan 4 21:56:48 GMT 2008


The branch, v3-2-test has been updated
       via  2e5d01b2146bb9e057b2779d9fe7691ed46d9f45 (commit)
      from  3a62a177ba758b325ab98e9d77d302bc382e0df8 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 2e5d01b2146bb9e057b2779d9fe7691ed46d9f45
Author: Michael Adam <obnox at samba.org>
Date:   Fri Jan 4 22:56:10 2008 +0100

    Re-Indent function ldap_open_with_timeout().
    
    This reverts commit #cafda34783f0961c9b463803c19cfcb69f836e3f .
    
    I just learned (the hard way) that these indeted functions
    are not indented by accident but that the intention of this
    is to not include the prototype into proto.h.
    
    Michael

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

Summary of changes:
 source/libads/ldap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/libads/ldap.c b/source/libads/ldap.c
index 44560c8..975e926 100644
--- a/source/libads/ldap.c
+++ b/source/libads/ldap.c
@@ -52,7 +52,7 @@ static void gotalarm_sig(void)
 	gotalarm = 1;
 }
 
-LDAP *ldap_open_with_timeout(const char *server, int port, unsigned int to)
+ LDAP *ldap_open_with_timeout(const char *server, int port, unsigned int to)
 {
 	LDAP *ldp = NULL;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list