dondominio: Quote interpolated variable in regex
This commit is contained in:
parent
6ac5b41a20
commit
f42583c0cf
1 changed files with 1 additions and 1 deletions
|
@ -6532,7 +6532,7 @@ sub nic_dondominio_update {
|
|||
next if !header_ok($h, $reply);
|
||||
my @reply = split /\n/, $reply;
|
||||
my $returned = pop(@reply);
|
||||
if ($returned !~ /OK|IP:$ip/) {
|
||||
if ($returned !~ /OK|IP:\Q$ip\E/) {
|
||||
failed("$h: Server said: $returned");
|
||||
next;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue