Files called from SICServer should now compile under linux
This commit is contained in:
@@ -99,7 +99,7 @@ int CocHandle1Request(int tmo_msec, int fd) {
|
||||
close(cl->fd);
|
||||
FD_CLR(cl->fd, &mask);
|
||||
cl0->next=cl->next;
|
||||
my_free(cl);
|
||||
FREE(cl);
|
||||
cl=cl0;
|
||||
} else {
|
||||
|
||||
@@ -237,9 +237,9 @@ void CocCloseServer() {
|
||||
close(cl->fd);
|
||||
cl0=cl;
|
||||
cl=cl->next;
|
||||
my_free(cl0);
|
||||
FREE(cl0);
|
||||
}
|
||||
my_free(cList);
|
||||
FREE(cList);
|
||||
close(mainFd);
|
||||
str_free_buf(buf); str_free_buf(bufo);
|
||||
logfileClose();
|
||||
|
||||
Reference in New Issue
Block a user