missed ~ in =~ in changes from dhcp.pm

This commit is contained in:
Victor Hu 2014-10-09 13:38:22 -04:00
parent 062bc44605
commit 64c3c7c273

View File

@ -1513,7 +1513,7 @@ sub process_request
if (/!remote!/) { next; }
$ifarg .= " $_";
}
$ifarg = s/\=\" /\=\"/;
$ifarg =~ s/\=\" /\=\"/;
$ifarg .= "\"\n";
while (<DHCPD_FD>) {