/[imapfilter]/imapfilter/log.c
ViewVC logotype

Diff of /imapfilter/log.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by lefcha, Wed Jan 30 19:19:00 2002 UTC revision 1.25 by lefcha, Tue Jun 18 21:18:44 2002 UTC
# Line 15  Line 15 
15  #include "imapfilter.h"  #include "imapfilter.h"
16    
17    
18    extern int sockpri, sockaux;
19  extern char logfile[PATH_MAX];  extern char logfile[PATH_MAX];
20  extern unsigned int options;  extern unsigned int options;
21    
# Line 81  void fatal(unsigned int errnum, const ch Line 82  void fatal(unsigned int errnum, const ch
82      vfprintf(stderr, fatal, args);      vfprintf(stderr, fatal, args);
83      va_end(args);      va_end(args);
84    
85      close_connection();      close_connection(&sockpri);
86        close_connection(&sockaux);
87      secmem_clear();      secmem_clear();
88      tty_restore();      tty_restore();
89      close_logfile();      close_logfile();

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26