[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.310 and 1.311

version 1.310, 2019/01/19 21:31:32 version 1.311, 2019/01/19 21:41:18
Line 344 
Line 344 
                 else                  else
                         channel_permit_all(ssh, FORWARD_REMOTE);                          channel_permit_all(ssh, FORWARD_REMOTE);
         }          }
         auth_debug_send();          auth_debug_send(ssh);
   
         prepare_auth_info_file(authctxt->pw, authctxt->session_info);          prepare_auth_info_file(authctxt->pw, authctxt->session_info);
   

Legend:
Removed from v.1.310  
changed lines
  Added in v.1.311