]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Argh!
authorhno <>
Fri, 14 Jun 2002 23:51:39 +0000 (23:51 +0000)
committerhno <>
Fri, 14 Jun 2002 23:51:39 +0000 (23:51 +0000)
src/client.cc

index a64c014059902101b39c4075ad1e8ad1cf681cbe..200b09f49f0f75d7c06151011d8303660f45ab0e 100644 (file)
@@ -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':