Poging drie

This commit is contained in:
Thulinma 2010-11-07 23:12:35 +01:00
parent c45ee6f358
commit 8c271feb87

View file

@ -23,7 +23,7 @@ FILE * CONN = 0;
int main(){ int main(){
//automatic child reaping //automatic child reaping
struct sigaction sa = {.sa_handler = SIG_IGN}; struct sigaction sa = {sa_handler = SIG_IGN};
sigaction(SIGCHLD, &sa, NULL); sigaction(SIGCHLD, &sa, NULL);
int server_socket = DDV_Listen(1935); int server_socket = DDV_Listen(1935);