Merge branch 'maverick' into develop
Compile under OSX
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user