mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-13 21:37:43 +02:00
dlv removal, free unused variable.
This commit is contained in:
+453
-451
File diff suppressed because it is too large
Load Diff
@@ -1121,12 +1121,14 @@ server_dlv_anchor_file: VAR_DLV_ANCHOR_FILE STRING_ARG
|
||||
{
|
||||
OUTYY(("P(server_dlv_anchor_file:%s)\n", $2));
|
||||
log_warn("option dlv-anchor-file ignored: DLV is decommissioned");
|
||||
free($2);
|
||||
}
|
||||
;
|
||||
server_dlv_anchor: VAR_DLV_ANCHOR STRING_ARG
|
||||
{
|
||||
OUTYY(("P(server_dlv_anchor:%s)\n", $2));
|
||||
log_warn("option dlv-anchor ignored: DLV is decommissioned");
|
||||
free($2);
|
||||
}
|
||||
;
|
||||
server_auto_trust_anchor_file: VAR_AUTO_TRUST_ANCHOR_FILE STRING_ARG
|
||||
|
||||
Reference in New Issue
Block a user