1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

r25458: Fix warning

(This used to be commit f723efad9f1038aae9e5412aa97eb5cbec4bd611)
This commit is contained in:
Jelmer Vernooij 2007-10-02 10:19:00 +00:00 committed by Gerald (Jerry) Carter
parent fd6288c584
commit 1da3555488

View File

@ -170,7 +170,7 @@ sub check_or_start($$$$) {
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';