Update ddclient.in

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
pesenise 2022-07-28 11:50:27 +02:00 committed by GitHub
parent a08ab6ab3a
commit e3d2d3db3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7027,7 +7027,6 @@ sub nic_keysystems_update {
foreach my $h (@_) {
my $ip = delete $config{$h}{'wantip'};
info("KEYSYSTEMS setting IP address to %s for %s", $ip, $h);
verbose("UPDATE:","updating %s", $h);
my $url = "http://$config{$h}{'server'}/update.php?hostname=$h&password=$config{$h}{'password'}&ip=$ip";