2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

remove blank

(cherry picked from commit 75aa3c6f2ada5dcc657d0858ee4544c7997d9840)
This commit is contained in:
Mark Andrews
2013-09-23 09:43:53 +10:00
parent 9a7f89279e
commit 50c67f588e

View File

@@ -170,7 +170,7 @@ sub start_server {
if (-e "$testdir/$server/named.maxudp512");
$command .= "-T 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) {
$command .= " >>named.run 2>&1 &";