Re: Re : Re : radsniff bug in 2.0.0-pre2?

2007-09-17 Thread Alan DeKok
Geoffroy Arnoud wrote: > Ok, the first problem comes that there is no call to fflush. Fixed, thanks. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re : Re : radsniff bug in 2.0.0-pre2?

2007-09-17 Thread Geoffroy Arnoud
Ok, the first problem comes that there is no call to fflush. The patch is: 210a211,213 > /* BEGIN_GAO */ > fflush(stdout); > /* END_GAO */ 336a340,342 > /* BEGIN_GAO */ > fflush(stdout); > /* END_GAO */ Geoff.