diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-07-18 09:38:03 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-07-18 09:38:32 +0200 |
commit | 45afa8d894519f9b7ca7b468fffda7531440934b (patch) | |
tree | 35af303855b3e4f05c69546ed945705c3ea58d5f /source3 | |
parent | 1484b7f3b540a9a9ec77199cea034f6368f6d2ad (diff) | |
download | samba-45afa8d894519f9b7ca7b468fffda7531440934b.tar.gz samba-45afa8d894519f9b7ca7b468fffda7531440934b.tar.bz2 samba-45afa8d894519f9b7ca7b468fffda7531440934b.zip |
smbldap: Fix typo in debug message.
Karolin
(This used to be commit 6e9e85b897431d7378396aada2c32ae470af0edd)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/smbldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |