summaryrefslogtreecommitdiffstatsabout
path: root/utility/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'utility/config.c')
-rw-r--r--utility/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/config.c b/utility/config.c
index 3b6e946..064a5e2 100644
--- a/utility/config.c
+++ b/utility/config.c
@@ -442,7 +442,7 @@ apr_status_t config_read(config_t *cfg, const char *filename,
442 if (*ptr == '\0') 442 if (*ptr == '\0')
443 continue; 443 continue;
444 apr_pool_clear(targp); 444 apr_pool_clear(targp);
445 apr_tokenize_to_argv(ptr, &targv, targp); 445 parser_tokenize_line(ptr, &targv, targp);
446 targc = 0; 446 targc = 0;
447 while (targv[targc]) 447 while (targv[targc])
448 targc++; 448 targc++;