summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h
index 450b94ec4..db8362c60 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.h,v 1.133 2018/06/06 18:23:32 djm Exp $ */ 1/* $OpenBSD: servconf.h,v 1.134 2018/06/09 03:03:10 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -154,6 +154,8 @@ typedef struct {
154 154
155 u_int num_accept_env; 155 u_int num_accept_env;
156 char **accept_env; 156 char **accept_env;
157 u_int num_setenv;
158 char **setenv;
157 159
158 int max_startups_begin; 160 int max_startups_begin;
159 int max_startups_rate; 161 int max_startups_rate;