summaryrefslogtreecommitdiffstats
path: root/support/htdbm.c
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2013-07-16 22:16:58 +0200
committerChristophe Jaillet <jailletc36@apache.org>2013-07-16 22:16:58 +0200
commitb315d5dfef845ab29ff4a2e0460deaa10868876b (patch)
treea226f1ca0185ca09fa0089bbd53f2c4d77bb2df0 /support/htdbm.c
parentmaintainer-mode should auto-enable mod_bucketeer (diff)
downloadapache2-b315d5dfef845ab29ff4a2e0460deaa10868876b.tar.xz
apache2-b315d5dfef845ab29ff4a2e0460deaa10868876b.zip
Fix command line parsing. This was introduced in r1395253 when refactoring the code.
Untested PR 55264 <jrhett netconsonance com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1503866 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/htdbm.c')
-rw-r--r--support/htdbm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/htdbm.c b/support/htdbm.c
index 1452d7a0eb..1cd0591fe6 100644
--- a/support/htdbm.c
+++ b/support/htdbm.c
@@ -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;