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

Diff for /src/usr.bin/ssh/ssh-agent.c between version 1.113 and 1.114

version 1.113, 2003/09/19 11:29:40 version 1.114, 2003/09/23 20:17:11
Line 953 
Line 953 
                 rmdir(socket_dir);                  rmdir(socket_dir);
 }  }
   
 static void  void
 cleanup_exit(int i)  cleanup_exit(int i)
 {  {
         cleanup_socket();          cleanup_socket();
Line 965 
Line 965 
 {  {
         cleanup_socket();          cleanup_socket();
         _exit(2);          _exit(2);
 }  
   
 void  
 fatal(const char *fmt,...)  
 {  
         va_list args;  
         va_start(args, fmt);  
         do_log(SYSLOG_LEVEL_FATAL, fmt, args);  
         va_end(args);  
         cleanup_socket();  
         _exit(255);  
 }  }
   
 static void  static void

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.114