]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- crap auto/th/openssh-5_0p1-6 auto/ti/openssh-5_0p1-6
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 3 Jun 2008 19:02:05 +0000 (19:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh-unbreakalive.patch -> 1.3

openssh-unbreakalive.patch [new file with mode: 0644]

diff --git a/openssh-unbreakalive.patch b/openssh-unbreakalive.patch
new file mode 100644 (file)
index 0000000..2191b32
--- /dev/null
@@ -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");
This page took 1.911841 seconds and 4 git commands to generate.