Fix fd leak

This commit is contained in:
Trou 2009-01-16 14:45:31 +01:00 committed by Arnaud Cornet
parent b912282410
commit 111f1382d1
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ pid_is_there:
"check permissions.\n",
conf_pid_file);
}
close(fd);
goto try_again;
}
} else