trial to fix the HP-UX breakage...

This commit is contained in:
Gunter Knauf 2008-02-26 23:06:15 +00:00
parent 84de433e62
commit 97a41f3646
1 changed files with 1 additions and 1 deletions

View File

@ -236,5 +236,5 @@ bool write_pidfile(const char *filename)
fprintf(pidfile, "%ld\n", pid);
fclose(pidfile);
logmsg("Wrote pid %ld to %s", pid, filename);
return true;
return TRUE;
}