summaryrefslogtreecommitdiff
path: root/source4/selftest/env
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-09-07 08:13:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:05:25 -0500
commitac3cbe87c6d492f91c9e18b42191bfc9991a767a (patch)
treea1760490e46223b53296771afb0baa12f88f61e3 /source4/selftest/env
parent039a369a4ff7a1096ccf3be67e632f451b4d7856 (diff)
downloadsamba-ac3cbe87c6d492f91c9e18b42191bfc9991a767a.tar.gz
samba-ac3cbe87c6d492f91c9e18b42191bfc9991a767a.tar.bz2
samba-ac3cbe87c6d492f91c9e18b42191bfc9991a767a.zip
r24989: use $smbd_maxtime for smbd...
metze (This used to be commit 9a444caa5aa940c4f903b066052ff228359daf59)
Diffstat (limited to 'source4/selftest/env')
-rw-r--r--source4/selftest/env/Samba3.pm2
1 files changed, 1 insertions, 1 deletions
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";