103
103
(void)close(file); /* We can ignore the error, since we are going to error anyway at this point */
105
105
memset(buff, 0, sizeof(buff));
106
snprintf(buff, sizeof(buff)-1, "Can't start server: can't create PID file (%s)", pidfile_name);
106
snprintf(buff, sizeof(buff)-1, "Can't start server: can't create PID file (%s)", pid_file.file_string().c_str());