]> andersk Git - openssh.git/blobdiff - servconf.h
- dtucker@cvs.openbsd.org 2006/07/21 12:43:36
[openssh.git] / servconf.h
index 41dce7686acbf98e96ee9290db3b389c326ddafa..0add6518de816e7303e803db8bd6dc1d411dfd79 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: servconf.h,v 1.76 2006/07/19 13:07:10 dtucker Exp $ */
+/* $OpenBSD: servconf.h,v 1.77 2006/07/21 12:43:36 dtucker Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -140,6 +140,8 @@ typedef struct {
        int     use_pam;                /* Enable auth via PAM */
 
        int     permit_tun;
+
+       int     num_permitted_opens;
 }       ServerOptions;
 
 void    initialize_server_options(ServerOptions *);
This page took 0.033785 seconds and 4 git commands to generate.