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, 16 Nov 2012 08:09:38 +0000 (09:09 +0100)
commit4bb99f454cea8a0c37422f1e64cabe96543ca6e8
treeb7dc95206367761870c90747d016d97c6b8e0129
parent05f151c041e407514c1b35619b2f2454aa4d614b
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)
source3/libaddns/dnsgss.c