diff --git a/ddclient.in b/ddclient.in index e0f6c9a..e82af89 100755 --- a/ddclient.in +++ b/ddclient.in @@ -2098,7 +2098,6 @@ sub process_args { next if !ref($_); my ($key, $specifier) = @$_; push @spec, $key . $specifier; - $opt{$key} //= undef; } if (!GetOptions(\%opt, @spec)) { $opt{'help'}('', '');