Fixed compiler warning.
This commit is contained in:
+1
-1
@@ -262,7 +262,7 @@ static void unlink_pidfile()
|
|||||||
* permissions on the parent dir(s) of the PID file */
|
* permissions on the parent dir(s) of the PID file */
|
||||||
if (pidfile)
|
if (pidfile)
|
||||||
{
|
{
|
||||||
ftruncate(fileno(pidfile), 0);
|
ignore_result(ftruncate(fileno(pidfile), 0));
|
||||||
fclose(pidfile);
|
fclose(pidfile);
|
||||||
}
|
}
|
||||||
unlink(PID_FILE);
|
unlink(PID_FILE);
|
||||||
|
|||||||
Reference in New Issue
Block a user