aaron       02/01/07 20:17:15

  Modified:    file_io/unix filedup.c
  Log:
  Missed one.
  
  Revision  Changes    Path
  1.39      +1 -1      apr/file_io/unix/filedup.c
  
  Index: filedup.c
  ===================================================================
  RCS file: /home/cvs/apr/file_io/unix/filedup.c,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- filedup.c 8 Jan 2002 03:48:18 -0000       1.38
  +++ filedup.c 8 Jan 2002 04:17:15 -0000       1.39
  @@ -98,7 +98,7 @@
        */
       if (have_file && ((*new_file)->filedes >= 0) && ((*new_file)->filedes <= 
2)) {
           (*new_file)->flags = old_file->flags | APR_INHERIT;
  -        apr_pool_cleanup_register((*new_file)->cntxt, (void *)(*in), 
  +        apr_pool_cleanup_register((*new_file)->cntxt, (void *)(*new_file), 
                                     apr_unix_file_cleanup, 
apr_pool_cleanup_null);
       }
       else {
  
  
  

Reply via email to