source3/libaddns: remove pointless check for resp->num_additionals != 1
authorStefan Metzmacher <metze@samba.org>
Fri, 9 Nov 2012 07:55:40 +0000 (08:55 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 14 Dec 2012 09:01:39 +0000 (10:01 +0100)
commit4fabb76106fc5224d48d380c9b1a6cb399dc3621
tree2f5b4fbacc5ea4fee92bb9fe129cf62841be8809
parent6848625add89ca7fd97a4bf1705cad89c0ea2092
source3/libaddns: remove pointless check for resp->num_additionals != 1

We never use resp->additionals, so there's no reason to check.

This fixes dns updates against BIND9 (used in a Samba4 domain).

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit b59c5db5f74f56c0536635a41ae51c389109ceb5)
(cherry picked from commit 4bb99f454cea8a0c37422f1e64cabe96543ca6e8)
source3/libaddns/dnsgss.c