You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/02/21 19:29:31 UTC

cvs commit: apache-2.0/src/lib/apr/file_io/unix pipe.c

rbb         00/02/21 10:29:31

  Modified:    src/lib/apr/file_io/unix pipe.c
  Log:
  Stupid bug in pipe logic
  
  Revision  Changes    Path
  1.11      +1 -1      apache-2.0/src/lib/apr/file_io/unix/pipe.c
  
  Index: pipe.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/file_io/unix/pipe.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- pipe.c	2000/01/06 14:43:09	1.10
  +++ pipe.c	2000/02/21 18:29:31	1.11
  @@ -122,7 +122,7 @@
       (*out)->cntxt = cont;
       (*out)->filedes = filedes[1];
       (*out)->buffered = 0;
  -    (*in)->pipe = 1;
  +    (*out)->pipe = 1;
       (*out)->fname = ap_pstrdup(cont, "PIPE");
       (*out)->timeout = -1;