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

Diff for /src/usr.bin/ssh/monitor.c between version 1.43 and 1.44

version 1.43, 2003/06/12 07:57:38 version 1.44, 2003/06/24 08:23:46
Line 133 
Line 133 
 static char *hostbased_cuser = NULL;  static char *hostbased_cuser = NULL;
 static char *hostbased_chost = NULL;  static char *hostbased_chost = NULL;
 static char *auth_method = "unknown";  static char *auth_method = "unknown";
 static int session_id2_len = 0;  static u_int session_id2_len = 0;
 static u_char *session_id2 = NULL;  static u_char *session_id2 = NULL;
 static pid_t monitor_child_pid;  static pid_t monitor_child_pid;
   

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44