From 0524db16a51038ee5b291669f90ca601d593d9d7 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 28 Feb 2002 08:55:06 +0000 Subject: updated gaa files, and client options. --- src/tls_test.gaa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tls_test.gaa') diff --git a/src/tls_test.gaa b/src/tls_test.gaa index 3251e2304a..de04bd7478 100644 --- a/src/tls_test.gaa +++ b/src/tls_test.gaa @@ -7,7 +7,7 @@ option (h, help) { gaa_help(); exit(0); } "prints this help" #int nrest_args; #char **rest_args; -rest optional *STR "hostname" { $rest_args = $1; $nrest_args = @1 } +rest *STR "hostname" { $rest_args = $1; $nrest_args = @1 } -init { $rest_args=NULL; $nrest_args=0; $pp = 5556; } +init { $rest_args=NULL; $nrest_args=0; $pp = 443; } -- cgit v1.2.1