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

Karolin Seeger kseeger at samba.org
Fri Jul 18 07:35:53 GMT 2008


The branch, v3-3-test has been updated
       via  6e9e85b897431d7378396aada2c32ae470af0edd (commit)
      from  62d319cc1a2ef891866b2ddbd22f3ed0944356af (commit)

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


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

    smbldap: Fix typo in debug message.
    
    Karolin

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

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 efe3a1b..93494d6 100644
--- a/source/lib/smbldap.c
+++ b/source/lib/smbldap.c
@@ -1028,7 +1028,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