lib/addns: remove pointless check for resp->num_additionals != 1
authorStefan Metzmacher <metze@samba.org>
Fri, 9 Nov 2012 07:55:40 +0000 (08:55 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 13 Nov 2012 11:14:13 +0000 (22:14 +1100)
commitb59c5db5f74f56c0536635a41ae51c389109ceb5
treec09c81a3e2d0007fa9847b5512ce7a2d9bd4d335
parent095c7627dfbc1e25665d342699ea004dc8d0880b
lib/addns: 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>
lib/addns/dnsgss.c