summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h
index 5b88067db..aaf87cd18 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.h,v 1.82 2008/02/13 22:38:17 djm Exp $ */ 1/* $OpenBSD: servconf.h,v 1.83 2008/05/07 05:49:37 pyr Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -101,6 +101,7 @@ typedef struct {
101 int use_login; /* If true, login(1) is used */ 101 int use_login; /* If true, login(1) is used */
102 int compression; /* If true, compression is allowed */ 102 int compression; /* If true, compression is allowed */
103 int allow_tcp_forwarding; 103 int allow_tcp_forwarding;
104 int allow_agent_forwarding;
104 u_int num_allow_users; 105 u_int num_allow_users;
105 char *allow_users[MAX_ALLOW_USERS]; 106 char *allow_users[MAX_ALLOW_USERS];
106 u_int num_deny_users; 107 u_int num_deny_users;