Log in

Bekijk de volledige versie : Small bug in infosvr



SurJector
26-05-2007, 17:03
At line 23 of file infosvr.c,


#define PRINT(fmt, args...) printf(stderr, fmt, ## args)

should be changed to


#define PRINT(fmt, args...) fprintf(stderr, fmt, ## args)

This corrects some of the warnings.

I don't know if the PRINT actually happens (but in that case infosvr would die immediately).

Thanks for the nice firmware.

Idnam
13-07-2008, 11:30
What is this "infosvr" used for?
It seems to be related to networking, because it has a bind to br0.

Thanks for some news about this.