From: hno <> Date: Fri, 14 Jun 2002 23:51:39 +0000 (+0000) Subject: Argh! X-Git-Tag: SQUID_3_0_PRE1~982 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19c2646da78898f5e2f6a8c74b34321f18b4f1e3;p=thirdparty%2Fsquid.git Argh! --- diff --git a/src/client.cc b/src/client.cc index a64c014059..200b09f49f 100644 --- a/src/client.cc +++ b/src/client.cc @@ -1,6 +1,6 @@ /* - * $Id: client.cc,v 1.96 2002/06/14 17:50:07 hno Exp $ + * $Id: client.cc,v 1.97 2002/06/14 17:51:39 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':