]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: fix sshd_config SetEnv directive inside Match blocks; part of
authordjm@openbsd.org <djm@openbsd.org>
Thu, 29 Oct 2020 03:13:06 +0000 (03:13 +0000)
committerDamien Miller <djm@mindrot.org>
Thu, 29 Oct 2020 03:15:35 +0000 (14:15 +1100)
github PR#201 from github user manuelm

OpenBSD-Commit-ID: 9772e3748abff3ad65ae8fc43d026ed569b1d2bc

servconf.h

index 7005aea9550183f0b6b531cd3c5924bdb5ee8448..a0efe20fce16c4e38c721901a038854bb27ff8c9 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: servconf.h,v 1.147 2020/10/16 13:26:13 djm Exp $ */
+/* $OpenBSD: servconf.h,v 1.148 2020/10/29 03:13:06 djm Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -279,6 +279,7 @@ TAILQ_HEAD(include_list, include_item);
                M_CP_STRARRAYOPT(allow_groups, num_allow_groups); \
                M_CP_STRARRAYOPT(deny_groups, num_deny_groups); \
                M_CP_STRARRAYOPT(accept_env, num_accept_env); \
+               M_CP_STRARRAYOPT(setenv, num_setenv); \
                M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \
                M_CP_STRARRAYOPT(permitted_opens, num_permitted_opens); \
                M_CP_STRARRAYOPT(permitted_listens, num_permitted_listens); \