]> andersk Git - openssh.git/blobdiff - clientloop.c
- markus@cvs.openbsd.org 2001/04/05 11:09:17
[openssh.git] / clientloop.c
index 71eda80e6b8baeafb76c58c9fde51292485868db..41920e0f3640ff4c64a2cb2d4eecd9fd616b8c9f 100644 (file)
@@ -59,7 +59,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: clientloop.c,v 1.57 2001/04/05 10:42:49 markus Exp $");
+RCSID("$OpenBSD: clientloop.c,v 1.58 2001/04/05 11:09:15 markus Exp $");
 
 #include "ssh.h"
 #include "ssh1.h"
@@ -554,7 +554,7 @@ process_escapes(Buffer *bin, Buffer *bout, Buffer *berr, char *buf, int len)
                                continue;
 
                        case 'R':
-                               if (compat20)
+                               if (compat20 && !(datafellows && SSH_BUG_NOREKEY))
                                        need_rekeying = 1;
                                continue;
 
This page took 0.074267 seconds and 4 git commands to generate.