summaryrefslogtreecommitdiff
path: root/channels.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels.c')
-rw-r--r--channels.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/channels.c b/channels.c
index 111a2cfa4..028d5db20 100644
--- a/channels.c
+++ b/channels.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: channels.c,v 1.364 2017/05/31 00:43:04 djm Exp $ */ 1/* $OpenBSD: channels.c,v 1.365 2017/05/31 08:58:52 deraadt Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -479,8 +479,6 @@ channel_free(Channel *c)
479 debug3("channel %d: status: %s", c->self, s); 479 debug3("channel %d: status: %s", c->self, s);
480 free(s); 480 free(s);
481 481
482 if (c->sock != -1)
483 shutdown(c->sock, SHUT_RDWR);
484 channel_close_fds(c); 482 channel_close_fds(c);
485 buffer_free(&c->input); 483 buffer_free(&c->input);
486 buffer_free(&c->output); 484 buffer_free(&c->output);