]> git.pld-linux.org Git - packages/openssh.git/blob - openssh-unbreakalive.patch
- crap
[packages/openssh.git] / openssh-unbreakalive.patch
1 diff -u -p packet.c
2 --- packet.c    8 May 2008 06:59:01 -0000
3 +++ packet.c    19 May 2008 04:00:34 -0000
4 @@ -1185,9 +1185,10 @@ packet_read_poll_seqnr(u_int32_t *seqnr_
5         for (;;) {
6                 if (compat20) {
7                         type = packet_read_poll2(seqnr_p);
8 -                       keep_alive_timeouts = 0;
9 -                       if (type)
10 +                       if (type) {
11 +                               keep_alive_timeouts = 0;
12                                 DBG(debug("received packet type %d", type));
13 +                       }
14                         switch (type) {
15                         case SSH2_MSG_IGNORE:
16                                 debug3("Received SSH2_MSG_IGNORE");
This page took 0.048539 seconds and 3 git commands to generate.