diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2016-10-18 17:32:54 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2016-10-19 07:16:01 +1100 |
commit | 246aa842a4ad368d8ce030495e657ef3a0e1f95c (patch) | |
tree | c6c82ee881b08ce78672f2e8bda687f24a3fef4a /channels.h.rej | |
parent | 2c6697c443d2c9c908260eed73eb9143223e3ec9 (diff) |
upstream commit
Remove channel_input_port_forward_request(); the only caller
was the recently-removed SSH1 server code so it's now dead code. ok markus@
Upstream-ID: 05453983230a1f439562535fec2818f63f297af9
Diffstat (limited to 'channels.h.rej')
-rw-r--r-- | channels.h.rej | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/channels.h.rej b/channels.h.rej new file mode 100644 index 000000000..6e08ec640 --- /dev/null +++ b/channels.h.rej | |||
@@ -0,0 +1,16 @@ | |||
1 | --- channels.h | ||
2 | +++ channels.h | ||
3 | @@ -1,4 +1,4 @@ | ||
4 | -/* $OpenBSD: channels.h,v 1.119 2016/09/30 09:19:13 markus Exp $ */ | ||
5 | +/* $OpenBSD: channels.h,v 1.120 2016/10/18 17:32:54 dtucker Exp $ */ | ||
6 | |||
7 | /* | ||
8 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | ||
9 | @@ -272,7 +272,6 @@ void channel_update_permitted_opens(int, int); | ||
10 | void channel_clear_permitted_opens(void); | ||
11 | void channel_clear_adm_permitted_opens(void); | ||
12 | void channel_print_adm_permitted_opens(void); | ||
13 | -int channel_input_port_forward_request(int, struct ForwardOptions *); | ||
14 | Channel *channel_connect_to_port(const char *, u_short, char *, char *); | ||
15 | Channel *channel_connect_to_path(const char *, char *, char *); | ||
16 | Channel *channel_connect_stdio_fwd(const char*, u_short, int, int); | ||