Oude connector naast de nieuwe... poort nummer nieuwe is nu 1936!

This commit is contained in:
Thulinma 2010-11-08 22:49:15 +01:00
parent cc1fdf7138
commit 27279d31c8
12 changed files with 1880 additions and 15 deletions

View file

@ -41,7 +41,7 @@ int main(int argc, char ** argv){
sigaction (SIGHUP, &new_action, NULL);
sigaction (SIGTERM, &new_action, NULL);
server_socket = DDV_Listen(1935);
server_socket = DDV_Listen(1936);
if ((argc < 2) || (argv[1] == "nd")){
if (server_socket > 0){daemon(1, 0);}else{return 1;}
}