]> granicus.if.org Git - apache/commitdiff
Fix command line parsing. This was introduced in r1395253 when refactoring the code.
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 16 Jul 2013 20:16:58 +0000 (20:16 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 16 Jul 2013 20:16:58 +0000 (20:16 +0000)
Untested
PR 55264 <jrhett netconsonance com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1503866 13f79535-47bb-0310-9956-ffa450edef68

support/htdbm.c

index 1452d7a0eb89ac2693410b51e78fc129114ac914..1cd0591fe6bd0a70c0edf564d96187830f4d8a11 100644 (file)
@@ -337,7 +337,7 @@ int main(int argc, const char * const argv[])
     if (rv != APR_SUCCESS)
         exit(ERR_SYNTAX);
 
-    while ((rv = apr_getopt(state, "cnmspdBbDivxlC:T:", &opt, &opt_arg)) == APR_SUCCESS) {
+    while ((rv = apr_getopt(state, "cnmspdBbtivxlC:T:", &opt, &opt_arg)) == APR_SUCCESS) {
         switch (opt) {
         case 'c':
             h->create = 1;