Merge branch 'maverick' into develop

Compile under OSX
This commit is contained in:
2016-01-26 09:48:11 +01:00
46 changed files with 174 additions and 194 deletions

View File

@ -91,9 +91,10 @@ int main(int argc, char *argv[])
printf("Unrecoverable error on server startup, exiting.........\n");
exit(1);
}
/*
if (daemonize == 1)
daemon(1, 1);
*/
RunServer(pServ);