From ac3cbe87c6d492f91c9e18b42191bfc9991a767a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 7 Sep 2007 08:13:02 +0000 Subject: r24989: use $smbd_maxtime for smbd... metze (This used to be commit 9a444caa5aa940c4f903b066052ff228359daf59) --- source4/selftest/env/Samba3.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/selftest/env') diff --git a/source4/selftest/env/Samba3.pm b/source4/selftest/env/Samba3.pm index 2489b53952..8e06238023 100644 --- a/source4/selftest/env/Samba3.pm +++ b/source4/selftest/env/Samba3.pm @@ -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"; -- cgit