mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
s4-dns: Add debug output for unmappable WERROR to DNS errcode
Signed-off-by: Kai Blin <kai@samba.org>
This commit is contained in:
parent
0b2743c71e
commit
1171c562f6
@ -55,7 +55,7 @@ uint8_t werr_to_dns_err(WERROR werr)
|
||||
} else if (W_ERROR_EQUAL(DNS_ERR(NOTZONE), werr)) {
|
||||
return DNS_RCODE_NOTZONE;
|
||||
}
|
||||
DEBUG(5, ("No mapping exists for %%s\n"));
|
||||
DEBUG(5, ("No mapping exists for %s\n", win_errstr(werr)));
|
||||
return DNS_RCODE_SERVFAIL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user