From: Arkadiusz Miƛkiewicz Date: Tue, 3 Jun 2008 19:02:05 +0000 (+0000) Subject: - crap X-Git-Tag: auto/th/openssh-5_0p1-6 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fopenssh.git;a=commitdiff_plain;h=be8f901ca7262c0209d0c6c26d67adbbd9edbdf6 - crap Changed files: openssh-unbreakalive.patch -> 1.3 --- diff --git a/openssh-unbreakalive.patch b/openssh-unbreakalive.patch new file mode 100644 index 0000000..2191b32 --- /dev/null +++ b/openssh-unbreakalive.patch @@ -0,0 +1,16 @@ +diff -u -p packet.c +--- packet.c 8 May 2008 06:59:01 -0000 ++++ packet.c 19 May 2008 04:00:34 -0000 +@@ -1185,9 +1185,10 @@ packet_read_poll_seqnr(u_int32_t *seqnr_ + for (;;) { + if (compat20) { + type = packet_read_poll2(seqnr_p); +- keep_alive_timeouts = 0; +- if (type) ++ if (type) { ++ keep_alive_timeouts = 0; + DBG(debug("received packet type %d", type)); ++ } + switch (type) { + case SSH2_MSG_IGNORE: + debug3("Received SSH2_MSG_IGNORE");