mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 23:30:01 -04:00
remove blank
(cherry picked from commit 75aa3c6f2ada5dcc657d0858ee4544c7997d9840)
This commit is contained in:
parent
685f0fd067
commit
7475f21253
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ sub start_server {
|
|||
if (-e "$testdir/$server/named.nosoa");
|
||||
$command .= "-T noaa "
|
||||
if (-e "$testdir/$server/named.noaa");
|
||||
$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 &";
|
||||
|
|
|
|||
Loading…
Reference in a new issue