Typo at line 227 of transdata.c
Status: Beta
Brought to you by:
hollo
Frox does not work properly in transdata mode for more
than one clients.
Solution:
Fix line 227 of transdata.c
- if(recv(fd,
&p->req, sizeof(p->req),
+ if(recv(p->fd,
&p->req, sizeof(p->req),
Best regards,
Oleg
yaguana[AT]list.ru
frox-0.7.18.transdata.fix.patch