[BACK]Return to log.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/log.c between version 1.24 and 1.24.2.1

version 1.24, 2002/07/19 15:43:33 version 1.24.2.1, 2003/04/01 00:12:13
Line 230 
Line 230 
                 next_cu = cu->next;                  next_cu = cu->next;
                 xfree(cu);                  xfree(cu);
         }          }
           fatal_cleanups = NULL;
 }  }
   
 /* Cleanup and exit */  /* Cleanup and exit */

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.24.2.1