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

(-)packet.c (-2 / +3 lines)
Lines 1185-1193 packet_read_poll_seqnr(u_int32_t *seqnr_ Link Here
1185
	for (;;) {
1185
	for (;;) {
1186
		if (compat20) {
1186
		if (compat20) {
1187
			type = packet_read_poll2(seqnr_p);
1187
			type = packet_read_poll2(seqnr_p);
1188
			keep_alive_timeouts = 0;
1188
			if (type) {
1189
			if (type)
1189
				keep_alive_timeouts = 0;
1190
				DBG(debug("received packet type %d", type));
1190
				DBG(debug("received packet type %d", type));
1191
			}
1191
			switch (type) {
1192
			switch (type) {
1192
			case SSH2_MSG_IGNORE:
1193
			case SSH2_MSG_IGNORE:
1193
				debug3("Received SSH2_MSG_IGNORE");
1194
				debug3("Received SSH2_MSG_IGNORE");

Return to bug 1465