mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
winbindd: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
bf87771f18
commit
c0edfd91e4
@ -1473,8 +1473,10 @@ static NTSTATUS winbindd_dual_auth_passdb(TALLOC_CTX *mem_ctx,
|
||||
}
|
||||
|
||||
*pinfo3 = info3;
|
||||
DEBUG(10, ("Authenticaticating user %s\\%s returned %s\n", domain,
|
||||
user, nt_errstr(status)));
|
||||
DBG_DEBUG("Authenticating user %s\\%s returned %s\n",
|
||||
domain,
|
||||
user,
|
||||
nt_errstr(status));
|
||||
TALLOC_FREE(frame);
|
||||
return status;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user