dns_update.c: handle DNS_QTYPE_ALL
authorBjörn Jacke <bj@sernet.de>
Thu, 19 Nov 2020 11:18:28 +0000 (12:18 +0100)
committerBjoern Jacke <bjacke@samba.org>
Sat, 19 Dec 2020 18:20:30 +0000 (18:20 +0000)
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 <bjacke@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Björn Jacke <bjacke@samba.org>
Autobuild-Date(master): Sat Dec 19 18:20:30 UTC 2020 on sn-devel-184

source4/dns_server/dns_update.c

index b6d39e4c034053d644d5014c9760fce8bac42f28..529ee7894a331fadf403215a3316d28fe68405d1 100644 (file)
@@ -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",