brianp      2002/08/05 20:37:54

  Modified:    poll/unix poll.c
  Log:
  Set the result array in the select-based version of apr_pollset_poll()
  Submitted by: Rob Saccoccio <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.27      +1 -0      apr/poll/unix/poll.c
  
  Index: poll.c
  ===================================================================
  RCS file: /home/cvs/apr/poll/unix/poll.c,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- poll.c    4 Aug 2002 04:43:23 -0000       1.26
  +++ poll.c    6 Aug 2002 03:37:54 -0000       1.27
  @@ -602,6 +602,7 @@
           }
       }
   
  +    *descriptors = pollset->result_set;
       return APR_SUCCESS;
   }
   
  
  
  

Reply via email to