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

jelmer at samba.org jelmer at samba.org
Tue Oct 2 10:19:03 GMT 2007


Author: jelmer
Date: 2007-10-02 10:19:00 +0000 (Tue, 02 Oct 2007)
New Revision: 25458

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

Log:
Fix warning
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/selftest/env/Samba3.pm


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/selftest/env/Samba3.pm
===================================================================
--- branches/SAMBA_4_0/source/selftest/env/Samba3.pm	2007-10-02 04:45:25 UTC (rev 25457)
+++ branches/SAMBA_4_0/source/selftest/env/Samba3.pm	2007-10-02 10:19:00 UTC (rev 25458)
@@ -170,7 +170,7 @@
 
 	unlink($env_vars->{WINBINDD_TEST_LOG});
 	print "STARTING WINBINDD...";
-	my $pid = fork();
+	$pid = fork();
 	if ($pid == 0) {
 		open STDOUT, ">$env_vars->{WINBINDD_TEST_LOG}";
 		open STDERR, '>&STDOUT';



More information about the samba-cvs mailing list