Skip to content
Snippets Groups Projects
Commit 1df3fa8f authored by Travis Glenn Hansen's avatar Travis Glenn Hansen
Browse files

initializing pidfile as null to prevent issue #5

parent 32bd96fb
Branches
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ int main (int argc, char *argv[]) ...@@ -157,7 +157,7 @@ int main (int argc, char *argv[])
socklen_t optlen = sizeof(optval); socklen_t optlen = sizeof(optval);
u_int listen_backlog = 25; u_int listen_backlog = 25;
u_int max_events = 25; u_int max_events = 25;
FILE *pidfile; FILE *pidfile = NULL;
server_start_time = (long)time (NULL); server_start_time = (long)time (NULL);
char buffer[1025]; char buffer[1025];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment