From: hno <> Date: Fri, 14 Jun 2002 23:50:07 +0000 (+0000) Subject: Oops.. syntax error when adding the -T client option X-Git-Tag: SQUID_3_0_PRE1~983 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e32c4ff21768db1906852bdc4ee8ec85934228fc;p=thirdparty%2Fsquid.git Oops.. syntax error when adding the -T client option --- diff --git a/src/client.cc b/src/client.cc index 537b3d68c8..a64c014059 100644 --- a/src/client.cc +++ b/src/client.cc @@ -1,6 +1,6 @@ /* - * $Id: client.cc,v 1.95 2002/06/13 08:41:01 hno Exp $ + * $Id: client.cc,v 1.96 2002/06/14 17:50:07 hno Exp $ * * DEBUG: section 0 WWW Client * AUTHOR: Harvest Derived @@ -176,7 +176,7 @@ main(int argc, char *argv[]) *t = '\r', *(t + 1) = '\n'; } break; - case 'T*: + case 'T*': io_timeout = atoi(optarg); break; case 'v':