ddns.cgi: Remove an other unknown function call.

This commit is contained in:
Michael Tremer
2014-07-10 20:39:56 +02:00
parent 9a33b04f13
commit 06fb88bc1d

View File

@@ -636,7 +636,7 @@ sub GenerateDDNSConfigFile {
my ($provider, $hostname, $domain, $proxy, $wildcards, $username, $password, $enabled) = @settings;
# Skip entries if they are not (longer) supported.
next if (!&General::is_part_of("$provider", @providers));
next unless ($provider ~~ @providers);
# Skip disabled entries.
next if ($enabled eq "off");