From 45afa8d894519f9b7ca7b468fffda7531440934b 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 (This used to be commit 6e9e85b897431d7378396aada2c32ae470af0edd) --- source3/lib/smbldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c index efe3a1b4db..93494d6dad 100644 --- a/source3/lib/smbldap.c +++ b/source3/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 -- cgit