]> andersk Git - openssh.git/blobdiff - channels.c
- (dtucker) [contrib/cygwin/ssh-host-config] better support for automated
[openssh.git] / channels.c
index dea60ba24e7740d8ecac95ab6f6db89c8574155c..efb04d65537dedf07d0b229f1e60a563be555f49 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: channels.c,v 1.295 2009/02/12 03:00:56 djm Exp $ */
+/* $OpenBSD: channels.c,v 1.296 2009/05/25 06:48:00 andreas Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -2431,7 +2431,7 @@ channel_input_status_confirm(int type, u_int32_t seq, void *ctxt)
        int id;
 
        /* Reset keepalive timeout */
-       keep_alive_timeouts = 0;
+       packet_set_alive_timeouts(0);
 
        id = packet_get_int();
        packet_check_eom();
This page took 0.084572 seconds and 4 git commands to generate.