mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 08:35:31 +00:00
remove blank
(cherry picked from commit 75aa3c6f2ada5dcc657d0858ee4544c7997d9840)
This commit is contained in:
@@ -170,7 +170,7 @@ sub start_server {
|
|||||||
if (-e "$testdir/$server/named.maxudp512");
|
if (-e "$testdir/$server/named.maxudp512");
|
||||||
$command .= "-T maxudp1460 "
|
$command .= "-T maxudp1460 "
|
||||||
if (-e "$testdir/$server/named.maxudp1460");
|
if (-e "$testdir/$server/named.maxudp1460");
|
||||||
$command .= "-c named.conf -d 99 -g -U 4 ";
|
$command .= "-c named.conf -d 99 -g -U 4";
|
||||||
}
|
}
|
||||||
if ($restart) {
|
if ($restart) {
|
||||||
$command .= " >>named.run 2>&1 &";
|
$command .= " >>named.run 2>&1 &";
|
||||||
|
Reference in New Issue
Block a user