]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- oops, wrong dir.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 3 Jun 2008 19:00:45 +0000 (19:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh-unbreakalive.patch -> 1.2

openssh-unbreakalive.patch [deleted file]

diff --git a/openssh-unbreakalive.patch b/openssh-unbreakalive.patch
deleted file mode 100644 (file)
index 2191b32..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-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 0.08694 seconds and 4 git commands to generate.