upstream: tun_fwd_ifnames variable should b

=?UTF-8?q?e=20extern;=20from=20Hanno=20B=C3=B6ck?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

OpenBSD-Commit-ID: d53dede6e521161bf04d39d09947db6253a38271
This commit is contained in:
djm@openbsd.org 2019-01-17 04:45:09 +00:00 committed by Damien Miller
parent 943d096526
commit f47d72ddad

View File

@ -1,4 +1,4 @@
/* $OpenBSD: session.c,v 1.308 2018/11/16 03:26:01 djm Exp $ */
/* $OpenBSD: session.c,v 1.309 2019/01/17 04:45:09 djm Exp $ */
/*
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
* All rights reserved
@ -142,7 +142,7 @@ extern int startup_pipe;
extern void destroy_sensitive_data(void);
extern struct sshbuf *loginmsg;
extern struct sshauthopt *auth_opts;
char *tun_fwd_ifnames; /* serverloop.c */
extern char *tun_fwd_ifnames; /* serverloop.c */
/* original command from peer. */
const char *original_command = NULL;