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:
parent
039a369a4f
commit
ac3cbe87c6
2
source4/selftest/env/Samba3.pm
vendored
2
source4/selftest/env/Samba3.pm
vendored
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user