View | Details | Raw Unified | Return to bug 2124
Collapse All | Expand All

(-)ssh.c (+5 lines)
Lines 1429-1434 ssh_session2(void) Link Here
1429
1429
1430
	if (!no_shell_flag || (datafellows & SSH_BUG_DUMMYCHAN))
1430
	if (!no_shell_flag || (datafellows & SSH_BUG_DUMMYCHAN))
1431
		id = ssh_session2_open();
1431
		id = ssh_session2_open();
1432
	else {
1433
		packet_set_interactive(
1434
		    options.control_master == SSHCTL_MASTER_NO,
1435
		    options.ip_qos_interactive, options.ip_qos_bulk);
1436
	}
1432
1437
1433
	/* If we don't expect to open a new session, then disallow it */
1438
	/* If we don't expect to open a new session, then disallow it */
1434
	if (options.control_master == SSHCTL_MASTER_NO &&
1439
	if (options.control_master == SSHCTL_MASTER_NO &&

Return to bug 2124