Whitespace fixes
This commit is contained in:
parent
9590a85d83
commit
059f8ecbf0
1 changed files with 4 additions and 5 deletions
3
ddclient
3
ddclient
|
@ -3628,8 +3628,7 @@ sub nic_nfsn_update {
|
|||
$name = '';
|
||||
} elsif ($h !~ /$zone$/) {
|
||||
$config{$h}{'status'} = 'failed';
|
||||
failed("updating %s: %s is outside zone %s", $h, $h,
|
||||
$zone);
|
||||
failed("updating %s: %s is outside zone %s", $h, $h, $zone);
|
||||
next;
|
||||
} else {
|
||||
$name = $h;
|
||||
|
|
Loading…
Reference in a new issue