D'oh.

Ryan

On Tue, 24 Dec 2002, Ben Laurie wrote:

> [EMAIL PROTECTED] wrote:
> > rbb         2002/12/24 07:59:58
> >
> >   Modified:    poll/unix pollacc.c
> >   Log:
> >   Fix an infinite loop in apr_poll_socket_clear.
> >   Submitted by:     INOUE Seiichiro <[EMAIL PROTECTED]>
> >
> >   Revision  Changes    Path
> >   1.4       +1 -0      apr/poll/unix/pollacc.c
> >
> >   Index: pollacc.c
> >   ===================================================================
> >   RCS file: /home/cvs/apr/poll/unix/pollacc.c,v
> >   retrieving revision 1.3
> >   retrieving revision 1.4
> >   diff -u -r1.3 -r1.4
> >   --- pollacc.c     7 Aug 2002 00:06:12 -0000       1.3
> >   +++ pollacc.c     24 Dec 2002 15:59:58 -0000      1.4
> >   @@ -169,6 +169,7 @@
> >            if (curr->reqevents & events) {
> >                curr->reqevents &= ~events;
> >            }
> >   +        curr++
>
> This can't possibly be right (missing semicolon).
>
> --
> http://www.apache-ssl.org/ben.html       http://www.thebunker.net/
>
> "There is no limit to what a man can do or how far he can go if he
> doesn't mind who gets the credit." - Robert Woodruff
>
>

Reply via email to