From 660e4d5687a92fd44ce5c23a4e3d68a786867551 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Fri, 12 Apr 2002 16:59:37 +0000 Subject: Added the support code to process a ConnectPort configuration directive. --- src/scanner.l | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/scanner.l') diff --git a/src/scanner.l b/src/scanner.l index ebe0c49..96e8dee 100644 --- a/src/scanner.l +++ b/src/scanner.l @@ -1,4 +1,4 @@ -/* $Id: scanner.l,v 1.8 2002-04-10 17:29:18 rjkaes Exp $ +/* $Id: scanner.l,v 1.9 2002-04-12 16:59:37 rjkaes Exp $ * * This builds the scanner for the tinyproxy configuration file. This * file needs to stay in sync with grammar.y. If someone knows lex and yacc @@ -49,6 +49,7 @@ static struct keyword keywords[] = { { "upstream", KW_UPSTREAM }, { "allow", KW_ALLOW }, { "deny", KW_DENY }, + { "connectport", KW_CONNECTPORT }, /* loglevel and the settings */ { "loglevel", KW_LOGLEVEL }, -- cgit v1.2.3