Whoaaa!!! Bad Patch for RE: RE: ra looping problem still in Beta 8 on FreeBSD
Carter Bullard
carter at qosient.com
Mon Mar 5 08:26:10 EST 2001
Gentle people,
Last piece of mail had a bad patch in it. Same problem
but the patch actually didn't do anything different.
Here is a more correct patch.
Index: argus_parse.c
===================================================================
RCS file: /usr/local/cvsroot/argus/common/argus_parse.c,v
retrieving revision 1.123
diff -r1.123 argus_parse.c
1448,1449c1448,1452
< if (!((errno == EAGAIN) || (errno == EINTR))) {
< retn = 1;
---
>
> retn = 1;
>
> if ((cnt < 0) && ((errno == EAGAIN) || (errno == EINTR))) {
> retn = 0;
Carter
Carter Bullard
QoSient, LLC
300 E. 56th Street, Suite 18K
New York, New York 10022
carter at qosient.com
Phone +1 212 588-9133
Fax +1 212 588-9134
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist1.pair.net/pipermail/argus/attachments/20010305/5eaa509a/attachment.html>
More information about the argus
mailing list