You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1999/10/08 16:23:41 UTC

cvs commit: apache-1.3/src/main alloc.c

rse         99/10/08 07:23:41

  Modified:    src/main alloc.c
  Log:
  fix typo
  
  Revision  Changes    Path
  1.116     +1 -1      apache-1.3/src/main/alloc.c
  
  Index: alloc.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/main/alloc.c,v
  retrieving revision 1.115
  retrieving revision 1.116
  diff -u -r1.115 -r1.116
  --- alloc.c	1999/07/29 17:53:57	1.115
  +++ alloc.c	1999/10/08 14:23:40	1.116
  @@ -2145,7 +2145,7 @@
   	if (pipe_err) {
   	    hStdErr = dup(fileno(stderr));
   	    if(dup2(err_fds[1], fileno(stderr)))
  -		ap_log_error(APLOG_MARK, APLOG_ERR, NULL, "dup2(stdin) failed");
  +		ap_log_error(APLOG_MARK, APLOG_ERR, NULL, "dup2(stderr) failed");
   	    close(err_fds[1]);
   	}