From e51d5026e6d9ef4d014ee6426213809f8c7d88da Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Fri, 18 Jul 2008 09:38:03 +0200 Subject: smbldap: Fix typo in debug message. Karolin (cherry picked from commit 6e9e85b897431d7378396aada2c32ae470af0edd) (cherry picked from commit 1e6ae16bce110e282400026c9af8e1b3d9f2e6b4) --- source/lib/smbldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/lib') diff --git a/source/lib/smbldap.c b/source/lib/smbldap.c index 4f5909ea99b..bcde53c3e5c 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 -- cgit v1.2.1