]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix getopt call for -U
authorwessels <>
Thu, 18 Apr 1996 01:26:40 +0000 (01:26 +0000)
committerwessels <>
Thu, 18 Apr 1996 01:26:40 +0000 (01:26 +0000)
src/main.cc

index f15c15ec19b8178959a4718d4fd8e8a0b3c19031..ab9d8784d03d0c1b406c629e38f1f5e9195a450b 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: main.cc,v 1.42 1996/04/17 17:45:13 wessels Exp $ */
+/* $Id: main.cc,v 1.43 1996/04/17 19:26:40 wessels Exp $ */
 
 /* DEBUG: Section 1             main: startup and main loop */
 
@@ -52,7 +52,7 @@ static void mainParseOptions(argc, argv)
     extern char *optarg;
     int c;
 
-    while ((c = getopt(argc, argv, "vCDRVbsif:a:p:u:m:zh?")) != -1) {
+    while ((c = getopt(argc, argv, "vCDRVUbsif:a:p:u:m:zh?")) != -1) {
        switch (c) {
        case 'v':
            printf("Squid Cache: Version %s\n", version_string);