s4:dns_server: remove const from dns_replace_records()
authorStefan Metzmacher <metze@samba.org>
Thu, 31 Jul 2014 09:32:02 +0000 (11:32 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 26 Aug 2014 07:13:06 +0000 (09:13 +0200)
commit7e7df78bd7ae5575da7443b45c0e2e4167eebde2
tree1510d366beac3289a77c6cb72bfae2c2e28dd0fa
parent342a087349f8a10833338a3fa49fbd4d4d29f3e5
s4:dns_server: remove const from dns_replace_records()

All callers are find we the record array gets modified.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=10749

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dns_server/dns_server.h
source4/dns_server/dns_utils.c