1984: Fix missing next
on failure
This commit is contained in:
parent
9573051e3e
commit
8b0c038d63
1 changed files with 1 additions and 0 deletions
|
@ -5606,6 +5606,7 @@ sub nic_1984_update {
|
|||
}
|
||||
unless ($response->{ok}) {
|
||||
failed("%s", $response->{msg});
|
||||
next;
|
||||
}
|
||||
|
||||
if ($response->{msg} =~ /unaltered/) {
|
||||
|
|
Loading…
Reference in a new issue