From: Karolin Seeger Date: Fri, 18 Jul 2008 07:38:03 +0000 (+0200) Subject: smbldap: Fix typo in debug message. X-Git-Tag: samba-3.3.0pre1~519 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e9e85b897431d7378396aada2c32ae470af0edd;p=thirdparty%2Fsamba.git smbldap: Fix typo in debug message. Karolin --- diff --git a/source/lib/smbldap.c b/source/lib/smbldap.c index efe3a1b4dbf..93494d6dadb 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