diff options
Diffstat (limited to 'respip/respip.c')
-rw-r--r-- | respip/respip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/respip/respip.c b/respip/respip.c index aea528f1516e0..bcb31f89224dd 100644 --- a/respip/respip.c +++ b/respip/respip.c @@ -451,7 +451,7 @@ respip_views_apply_cfg(struct views* vs, struct config_file* cfg, * This function returns the copied rrset key on success, and NULL on memory * allocation failure. */ -struct ub_packed_rrset_key* +static struct ub_packed_rrset_key* copy_rrset(const struct ub_packed_rrset_key* key, struct regional* region) { struct ub_packed_rrset_key* ck = regional_alloc(region, |