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

(-)clientloop.c (-1 / +1 lines)
Lines 1915-1921 client_input_channel_req(int type, u_int Link Here
1915
		}
1915
		}
1916
		packet_check_eom();
1916
		packet_check_eom();
1917
	}
1917
	}
1918
	if (reply) {
1918
	if (reply && c != NULL) {
1919
		packet_start(success ?
1919
		packet_start(success ?
1920
		    SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE);
1920
		    SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE);
1921
		packet_put_int(c->remote_id);
1921
		packet_put_int(c->remote_id);

Return to bug 1842