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

Diff for /src/usr.bin/ssh/session.c between version 1.251 and 1.252

version 1.251, 2010/01/12 08:33:17 version 1.252, 2010/03/07 11:57:13
Line 258 
Line 258 
         if (!no_port_forwarding_flag && options.allow_tcp_forwarding)          if (!no_port_forwarding_flag && options.allow_tcp_forwarding)
                 channel_permit_all_opens();                  channel_permit_all_opens();
   
           auth_debug_send();
   
         if (compat20)          if (compat20)
                 do_authenticated2(authctxt);                  do_authenticated2(authctxt);
         else          else

Legend:
Removed from v.1.251  
changed lines
  Added in v.1.252