s4:dns_server: remove const from dns_replace_records()
[metze/samba/wip.git] / source4 / dns_server / dns_utils.c
index 69f9bd95ca8c85559b17a9681d428084e48cb119..3882af42587051aef4ac12da3c4c1a909437eb1b 100644 (file)
@@ -158,7 +158,7 @@ WERROR dns_replace_records(struct dns_server *dns,
                           TALLOC_CTX *mem_ctx,
                           struct ldb_dn *dn,
                           bool needs_add,
-                          const struct dnsp_DnssrvRpcRecord *records,
+                          struct dnsp_DnssrvRpcRecord *records,
                           uint16_t rec_count)
 {
        struct ldb_message_element *el;