=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/monitor.c,v retrieving revision 1.142 retrieving revision 1.143 diff -u -r1.142 -r1.143 --- src/usr.bin/ssh/monitor.c 2015/02/06 23:21:59 1.142 +++ src/usr.bin/ssh/monitor.c 2015/02/13 18:57:00 1.143 @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor.c,v 1.142 2015/02/06 23:21:59 millert Exp $ */ +/* $OpenBSD: monitor.c,v 1.143 2015/02/13 18:57:00 markus Exp $ */ /* * Copyright 2002 Niels Provos * Copyright 2002 Markus Friedl @@ -1500,11 +1500,6 @@ (ssh_packet_comp_alloc_func *)mm_zalloc, (ssh_packet_comp_free_func *)mm_zfree); } - - if (options.rekey_limit || options.rekey_interval) - ssh_packet_set_rekey_limits(ssh, - (u_int32_t)options.rekey_limit, - (time_t)options.rekey_interval); } /* This function requries careful sanity checking */