dns_server: Simplify talloc handling
authorVolker Lendecke <vl@samba.org>
Sat, 8 Aug 2015 04:49:16 +0000 (06:49 +0200)
committerKai Blin <kai@samba.org>
Tue, 15 Dec 2015 13:43:09 +0000 (14:43 +0100)
commit3f2cbb616f8b0becf8a3479e72dda11433126e65
tree7eb62f8fedf12561a3ee933b3659d9592674a295
parent9de59c7e3f01c578831a8e352ff8e9ee2312c77f
dns_server: Simplify talloc handling

By making sure that the answers are always allocated, we don't have
to pass an explicit mem_ctx anymore

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Kai Blin <kai@samba.org>
source4/dns_server/dns_query.c