=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.c,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- src/usr.bin/ssh/clientloop.c 2001/04/05 10:42:49 1.57 +++ src/usr.bin/ssh/clientloop.c 2001/04/05 11:09:15 1.58 @@ -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 @@ continue; case 'R': - if (compat20) + if (compat20 && !(datafellows && SSH_BUG_NOREKEY)) need_rekeying = 1; continue;