mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
dlv removal, free unused variable.
This commit is contained in:
parent
8f2b9b461b
commit
4ec55910c4
2 changed files with 455 additions and 451 deletions
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue