Debugging sessie uit de hel, contd
This commit is contained in:
parent
9102b09b9c
commit
6a36ef1db4
1 changed files with 2 additions and 0 deletions
|
@ -162,7 +162,9 @@ int mainHandler(int connection){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
close(CONN_fd);
|
close(CONN_fd);
|
||||||
|
#if DEBUG >= 5
|
||||||
fclose(tmpfile);
|
fclose(tmpfile);
|
||||||
|
#endif
|
||||||
if (inited) close(ss);
|
if (inited) close(ss);
|
||||||
#if DEBUG >= 1
|
#if DEBUG >= 1
|
||||||
if (All_Hell_Broke_Loose){fprintf(stderr, "All Hell Broke Loose\n");}
|
if (All_Hell_Broke_Loose){fprintf(stderr, "All Hell Broke Loose\n");}
|
||||||
|
|
Loading…
Add table
Reference in a new issue