svn commit: samba r24989 - in branches/SAMBA_4_0/source/selftest/env: .

metze at samba.org metze at samba.org
Fri Sep 7 08:13:04 GMT 2007


Author: metze
Date: 2007-09-07 08:13:02 +0000 (Fri, 07 Sep 2007)
New Revision: 24989

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24989

Log:
use $smbd_maxtime for smbd...

metze
Modified:
   branches/SAMBA_4_0/source/selftest/env/Samba3.pm


Changeset:
Modified: branches/SAMBA_4_0/source/selftest/env/Samba3.pm
===================================================================
--- branches/SAMBA_4_0/source/selftest/env/Samba3.pm	2007-09-07 08:05:37 UTC (rev 24988)
+++ branches/SAMBA_4_0/source/selftest/env/Samba3.pm	2007-09-07 08:13:02 UTC (rev 24989)
@@ -163,7 +163,7 @@
 		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";



More information about the samba-cvs mailing list