Replace Opaque and Strict options with a TunnelServer option.
This commit is contained in:
parent
0e59fb022c
commit
e3220cacb5
12 changed files with 82 additions and 49 deletions
|
|
@ -17,7 +17,7 @@
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
$Id: protocol.c,v 1.28.4.147 2003/08/28 21:05:10 guus Exp $
|
||||
$Id: protocol.c,v 1.28.4.148 2003/11/17 15:30:17 guus Exp $
|
||||
*/
|
||||
|
||||
#include "system.h"
|
||||
|
|
@ -30,6 +30,8 @@
|
|||
#include "utils.h"
|
||||
#include "xalloc.h"
|
||||
|
||||
bool tunnelserver = false;
|
||||
|
||||
/* Jumptable for the request handlers */
|
||||
|
||||
static bool (*request_handlers[])(connection_t *) = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue