]> git.ipfire.org Git - thirdparty/samba.git/commit
s4:dns_server: defer calling werr_to_dns_err() in a central place
authorStefan Metzmacher <metze@samba.org>
Thu, 14 Jul 2022 10:00:51 +0000 (12:00 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 19 Jul 2023 09:58:37 +0000 (09:58 +0000)
commit76b0530e6734afe989c0defb9aba8acf2800401e
treef7e93b63fbb943a9c3e41589beb009824bac2640
parentfb4bb188acfc3e88887b500a05e9e4db8b08aed3
s4:dns_server: defer calling werr_to_dns_err() in a central place

The WERROR codes are much more verbose and it's better to
keep them until we really need the mapping to DNS error codes.

This will allow us to create much better debug messages in
the next commit.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source4/dns_server/dns_server.c