Meer debug sessie uit de hel

This commit is contained in:
Thulinma 2011-01-17 12:35:37 +01:00
parent c2f48dffc3
commit a9a7247c99

View file

@ -104,6 +104,7 @@ int mainHandler(int connection){
inited = true;
sprintf(tmpstr, "./tmpfile_socket_%i.flv", CONN_fd);
tmpfile = fopen(tmpstr, "w");
fwrite(FLVHeader, 13, 1, tmpfile);
}
retval = epoll_wait(sspoller, events, 1, 1);