[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-2750-g1e6ae16

Karolin Seeger kseeger at samba.org
Fri Jul 18 07:37:06 GMT 2008


The branch, v3-2-test has been updated
       via  1e6ae16bce110e282400026c9af8e1b3d9f2e6b4 (commit)
      from  147dc45cfb0da3677e381bec3873b9645b320f60 (commit)

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


- Log -----------------------------------------------------------------
commit 1e6ae16bce110e282400026c9af8e1b3d9f2e6b4
Author: Karolin Seeger <kseeger at samba.org>
Date:   Fri Jul 18 09:38:03 2008 +0200

    smbldap: Fix typo in debug message.
    
    Karolin
    (cherry picked from commit 6e9e85b897431d7378396aada2c32ae470af0edd)

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/smbldap.c b/source/lib/smbldap.c
index 4f5909e..bcde53c 100644
--- a/source/lib/smbldap.c
+++ b/source/lib/smbldap.c
@@ -1026,7 +1026,7 @@ static int smbldap_open(struct smbldap_state *ldap_state)
 		
 #ifndef NO_LDAP_SECURITY
 	if (geteuid() != 0) {
-		DEBUG(0, ("smbldap_open: cannot access LDAP when not root..\n"));
+		DEBUG(0, ("smbldap_open: cannot access LDAP when not root\n"));
 		return  LDAP_INSUFFICIENT_ACCESS;
 	}
 #endif


-- 
Samba Shared Repository


More information about the samba-cvs mailing list