1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r11847: Fix typo.

Guenther
(This used to be commit 6aefb3aebb)
This commit is contained in:
Günther Deschner 2005-11-22 12:45:53 +00:00 committed by Gerald (Jerry) Carter
parent 90603cb3cd
commit 0e8b90e45d

View File

@ -3415,7 +3415,7 @@ static NTSTATUS ldapsam_get_account_policy_from_ldap(struct pdb_methods *methods
ldap_get_option(ldap_state->smbldap_state->ldap_struct,
LDAP_OPT_ERROR_STRING,&ld_error);
DEBUG(0, ("ldapsam_get_account_policy_from_ldap: Could not set account policy "
DEBUG(0, ("ldapsam_get_account_policy_from_ldap: Could not get account policy "
"for %s, error: %s (%s)\n", ldap_state->domain_dn, ldap_err2string(rc),
ld_error?ld_error:"unknown"));
SAFE_FREE(ld_error);