From: Björn Jacke Date: Thu, 19 Nov 2020 11:18:28 +0000 (+0100) Subject: dns_update.c: handle DNS_QTYPE_ALL X-Git-Tag: samba-4.14.0rc1~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18d68e85c8a1ef7fd570d3d3fd4dde484aea417e;p=thirdparty%2Fsamba.git dns_update.c: handle DNS_QTYPE_ALL we have code to handle this, we should not refuse the request BUG: https://bugzilla.samba.org/show_bug.cgi?id=14576 Signed-off-by: Bjoern Jacke Reviewed-by: Jeremy Allison Autobuild-User(master): Björn Jacke Autobuild-Date(master): Sat Dec 19 18:20:30 UTC 2020 on sn-devel-184 --- diff --git a/source4/dns_server/dns_update.c b/source4/dns_server/dns_update.c index b6d39e4c034..529ee7894a3 100644 --- a/source4/dns_server/dns_update.c +++ b/source4/dns_server/dns_update.c @@ -413,6 +413,7 @@ static WERROR handle_one_update(struct dns_server *dns, case DNS_QTYPE_AAAA: case DNS_QTYPE_SRV: case DNS_QTYPE_TXT: + case DNS_QTYPE_ALL: break; default: DEBUG(0, ("Can't handle updates of type %u yet\n",