]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix the -f parameter so that it requires a follow-up argument again.
authorBradley Nicholes <bnicholes@apache.org>
Tue, 18 Jun 2002 23:34:31 +0000 (23:34 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 18 Jun 2002 23:34:31 +0000 (23:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95790 13f79535-47bb-0310-9956-ffa450edef68

src/main/http_main.c

index afadb70921b8a20ad080b9b77b4d6257bfd74638..8559101098599976d0b131ffda3178873fa5b11d 100644 (file)
@@ -7260,7 +7260,7 @@ int REALMAIN(int argc, char *argv[])
 
     while ((c = getopt(argc, argv, "D:C:c:Xd:f:vVlLz:Z:wiuStThk:n:W:")) != -1) {
 #else /* !WIN32 */
-    while ((c = getopt(argc, argv, "D:C:c:Xd:fF:vVlLesStTh")) != -1) {
+    while ((c = getopt(argc, argv, "D:C:c:Xd:Ff:vVlLesStTh")) != -1) {
 #endif
         char **new;
        switch (c) {