[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.312 and 1.313

version 1.312, 2019/01/19 21:41:53 version 1.313, 2019/02/05 11:35:56
Line 519 
Line 519 
          * Enter the interactive session.  Note: server_loop must be able to           * Enter the interactive session.  Note: server_loop must be able to
          * handle the case that fdin and fdout are the same.           * handle the case that fdin and fdout are the same.
          */           */
         session_set_fds(s, inout[1], inout[1], err[1],          session_set_fds(ssh, s, inout[1], inout[1], err[1],
             s->is_subsystem, 0);              s->is_subsystem, 0);
 #endif  #endif
         return 0;          return 0;

Legend:
Removed from v.1.312  
changed lines
  Added in v.1.313