mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r15982: Fix confusing order of DEBUG statements in winbindds pam_auth.
Guenther
This commit is contained in:
parent
7327f94546
commit
3f5a2e49c1
@ -552,9 +552,6 @@ static NTSTATUS winbindd_raw_kerberos_login(struct winbindd_domain *domain,
|
||||
goto failed;
|
||||
}
|
||||
|
||||
DEBUG(10,("winbindd_raw_kerberos_login: winbindd validated ticket of %s\n",
|
||||
local_service));
|
||||
|
||||
if (!pac_data) {
|
||||
DEBUG(3,("winbindd_raw_kerberos_login: no pac data\n"));
|
||||
result = NT_STATUS_INVALID_PARAMETER;
|
||||
@ -568,6 +565,9 @@ static NTSTATUS winbindd_raw_kerberos_login(struct winbindd_domain *domain,
|
||||
goto failed;
|
||||
}
|
||||
|
||||
DEBUG(10,("winbindd_raw_kerberos_login: winbindd validated ticket of %s\n",
|
||||
local_service));
|
||||
|
||||
|
||||
/* last step:
|
||||
* put results together */
|
||||
|
Loading…
Reference in New Issue
Block a user