Remove the pidfile_path assertion entirely.

Its name changed but I didn't notice because I didn't do any DEBUG builds.
This commit is contained in:
Emil Mikulic 2006-12-13 07:23:55 +00:00
parent b307616f3d
commit 94d3403c2e

View File

@ -2416,7 +2416,6 @@ pidfile_create(void)
{
int error, fd;
char pidstr[16];
assert(pidfile_path != NULL);
/* Open the PID file and obtain exclusive lock. */
fd = open(pidfile_name,