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

Diff for /src/usr.bin/ssh/ssh.c between version 1.353 and 1.354

version 1.353, 2010/10/06 06:39:28 version 1.354, 2010/11/13 23:27:50
Line 1186 
Line 1186 
                 }                  }
         }          }
         /* Tell the packet module whether this is an interactive session. */          /* Tell the packet module whether this is an interactive session. */
         packet_set_interactive(interactive);          packet_set_interactive(interactive,
               options.ip_qos_interactive, options.ip_qos_bulk);
   
         /* Request authentication agent forwarding if appropriate. */          /* Request authentication agent forwarding if appropriate. */
         check_agent_present();          check_agent_present();
Line 1284 
Line 1285 
   
         client_session2_setup(id, tty_flag, subsystem_flag, getenv("TERM"),          client_session2_setup(id, tty_flag, subsystem_flag, getenv("TERM"),
             NULL, fileno(stdin), &command, environ);              NULL, fileno(stdin), &command, environ);
   
         packet_set_interactive(interactive);  
 }  }
   
 /* open new channel for a session */  /* open new channel for a session */

Legend:
Removed from v.1.353  
changed lines
  Added in v.1.354