[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-0-74-ge51d502

Karolin Seeger kseeger at samba.org
Fri Jul 18 07:38:02 GMT 2008


The branch, v3-2-stable has been updated
       via  e51d5026e6d9ef4d014ee6426213809f8c7d88da (commit)
      from  792ad61c20edc7763cd9fe92cc1f3324d90c541b (commit)

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


- Log -----------------------------------------------------------------
commit e51d5026e6d9ef4d014ee6426213809f8c7d88da
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)
    (cherry picked from commit 1e6ae16bce110e282400026c9af8e1b3d9f2e6b4)

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

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