noip: Delete redundant response check
This commit is contained in:
parent
27143db56e
commit
5b433c3cd5
1 changed files with 1 additions and 5 deletions
|
@ -4121,11 +4121,7 @@ sub nic_noip_update {
|
|||
url => $url,
|
||||
login => $groupcfg{'login'},
|
||||
password => $groupcfg{'password'},
|
||||
) // '';
|
||||
if ($reply eq '') {
|
||||
failed("updating %s: Could not connect to %s.", $hosts, $groupcfg{'server'});
|
||||
next;
|
||||
}
|
||||
);
|
||||
next if !header_ok($hosts, $reply);
|
||||
|
||||
my @reply = split /\n/, $reply;
|
||||
|
|
Loading…
Reference in a new issue