Fix variable name typo
This fixes a bug introduced in commit
b154d8ef98
This commit is contained in:
parent
76900c708c
commit
ae7a9dce2a
1 changed files with 1 additions and 1 deletions
|
@ -1567,7 +1567,7 @@ sub write_recap {
|
|||
$recap{$h}{$v} = $config{$h}{$v};
|
||||
}
|
||||
} else {
|
||||
for my $v (qw(atime wtime status status-ipv4 status-ivp6)) {
|
||||
for my $v (qw(atime wtime status status-ipv4 status-ipv6)) {
|
||||
$recap{$h}{$v} = $config{$h}{$v};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue