From 033af9549c8e22d8cfd355c4fd869ca63936ab66 Mon Sep 17 00:00:00 2001 From: basney Date: Thu, 24 Sep 2009 19:37:02 +0000 Subject: [PATCH] remove duplicate HPN lines --- openssh/readconf.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/openssh/readconf.c b/openssh/readconf.c index 0f29417..dc5e5ae 100644 --- a/openssh/readconf.c +++ b/openssh/readconf.c @@ -1134,19 +1134,7 @@ initialize_options(Options * options) options->tun_remote = -1; options->local_command = NULL; options->permit_local_command = -1; - options->none_switch = -1; - options->none_enabled = -1; - options->hpn_disabled = -1; - options->hpn_buffer_size = -1; - options->tcp_rcv_buf_poll = -1; - options->tcp_rcv_buf = -1; options->visual_host_key = -1; - options->none_switch = -1; - options->none_enabled = -1; - options->hpn_disabled = -1; - options->hpn_buffer_size = -1; - options->tcp_rcv_buf_poll = -1; - options->tcp_rcv_buf = -1; options->zero_knowledge_password_authentication = -1; options->none_switch = -1; options->none_enabled = -1; -- 2.45.1