missed ~ in =~ in changes from dhcp.pm
This commit is contained in:
parent
062bc44605
commit
64c3c7c273
@ -1513,7 +1513,7 @@ sub process_request
|
||||
if (/!remote!/) { next; }
|
||||
$ifarg .= " $_";
|
||||
}
|
||||
$ifarg = s/\=\" /\=\"/;
|
||||
$ifarg =~ s/\=\" /\=\"/;
|
||||
$ifarg .= "\"\n";
|
||||
|
||||
while (<DHCPD_FD>) {
|
||||
|
Loading…
Reference in New Issue
Block a user