1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

smbldap: Fix typo in debug message.

Karolin
(This used to be commit 6e9e85b897)
This commit is contained in:
Karolin Seeger
2008-07-18 09:38:03 +02:00
parent 1484b7f3b5
commit 45afa8d894

View File

@ -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