11 lines
488 B
Diff
11 lines
488 B
Diff
--- ddclient.old 2011-11-13 10:14:59.957846596 -0500
|
|
+++ ddclient 2011-11-13 10:18:33.864245944 -0500
|
|
@@ -773,7 +773,7 @@
|
|
foreach my $h (sort keys %config) {
|
|
next if $config{$h}{'protocol'} ne lc($s);
|
|
$examined{$h} = 1;
|
|
- my $use = $config{$h}{'use'} || opt('use');
|
|
+ my $use = opt('use') || $config{$h}{'use'};
|
|
local $opt{$use} = $config{$h}{$use} if $config{$h}{$use};
|
|
# bug #13: we should only do this once
|
|
# use isn't enough, we have to save the origin to.
|