]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: tun_fwd_ifnames variable should b
authordjm@openbsd.org <djm@openbsd.org>
Thu, 17 Jan 2019 04:45:09 +0000 (04:45 +0000)
committerDamien Miller <djm@mindrot.org>
Thu, 17 Jan 2019 04:47:24 +0000 (15:47 +1100)
=?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

session.c

index d2e2fbd749b6b93fc207026bf17436a294261b92..0452f507ac19d6db8fb655ac8ddb5fb49ca5e643 100644 (file)
--- a/session.c
+++ b/session.c
@@ -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;