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

Diff for /src/usr.bin/ssh/mux.c between version 1.18 and 1.19

version 1.18, 2010/05/16 12:55:51 version 1.19, 2010/06/17 07:07:30
Line 914 
Line 914 
   
         /* Setup ctx and  */          /* Setup ctx and  */
         if (c->mux_ctx == NULL) {          if (c->mux_ctx == NULL) {
                 state = xcalloc(1, sizeof(state));                  state = xcalloc(1, sizeof(*state));
                 c->mux_ctx = state;                  c->mux_ctx = state;
                 channel_register_cleanup(c->self,                  channel_register_cleanup(c->self,
                     mux_master_control_cleanup_cb, 0);                      mux_master_control_cleanup_cb, 0);

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19