mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
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:
parent
b307616f3d
commit
94d3403c2e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user