mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
r24615: Say for which domain the getdcname request failed.
Guenther (This used to be commit 1ce1958f7a5f41072ad1e2f1fb55f3cd4ebe4b14)
This commit is contained in:
parent
f71a4fa3af
commit
d94d58a46f
@ -253,7 +253,8 @@ enum winbindd_result winbindd_dual_getdcname(struct winbindd_domain *domain,
|
||||
cli_set_timeout(netlogon_pipe->cli, orig_timeout);
|
||||
|
||||
if (!W_ERROR_IS_OK(werr)) {
|
||||
DEBUG(5, ("Error requesting DCname: %s\n", dos_errstr(werr)));
|
||||
DEBUG(5, ("Error requesting DCname for domain %s: %s\n",
|
||||
state->request.domain_name, dos_errstr(werr)));
|
||||
return WINBINDD_ERROR;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user