1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r24989: use $smbd_maxtime for smbd...

metze
(This used to be commit 9a444caa5a)
This commit is contained in:
Stefan Metzmacher 2007-09-07 08:13:02 +00:00 committed by Gerald (Jerry) Carter
parent 039a369a4f
commit ac3cbe87c6

View File

@ -163,7 +163,7 @@ sub check_or_start($$$$) {
open STDERR, '>&STDOUT';
$ENV{MAKE_TEST_BINARY} = $self->binpath("smbd");
exec($self->binpath("timelimit"), $nmbd_maxtime, $self->binpath("smbd"), "-F", "-S", "-d0" , "--no-process-group", "-s", $env_vars->{SERVERCONFFILE}) or die("Unable to start smbd: $!");
exec($self->binpath("timelimit"), $smbd_maxtime, $self->binpath("smbd"), "-F", "-S", "-d0" , "--no-process-group", "-s", $env_vars->{SERVERCONFFILE}) or die("Unable to start smbd: $!");
}
write_pid($env_vars, "smbd", $pid);
print "DONE\n";