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

Diff for /src/usr.bin/ssh/packet.c between version 1.163 and 1.164

version 1.163, 2009/05/28 16:50:16 version 1.164, 2009/06/12 20:43:22
Line 184 
Line 184 
 static struct session_state *active_state;  static struct session_state *active_state;
   
 static struct session_state *  static struct session_state *
 alloc_session_state()  alloc_session_state(void)
 {  {
     struct session_state *s = xcalloc(1, sizeof(*s));      struct session_state *s = xcalloc(1, sizeof(*s));
   

Legend:
Removed from v.1.163  
changed lines
  Added in v.1.164