summaryrefslogtreecommitdiffstatsabout
path: root/utility/shell.c
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2008-10-26 00:11:22 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2008-10-26 00:11:22 (GMT)
commit017c8fdf246df82385fb0222890be85c461d0275 (patch)
tree6c654f1b6d350eecf481154cf71823f626478d8e /utility/shell.c
parenta72d191594161a01fb773e9d8f4b565805795b10 (diff)
implement filter support
add in check for Apache 1.3 apr_dbd_transaction_mode_set method add transaction stubs
Diffstat (limited to 'utility/shell.c')
-rw-r--r--utility/shell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utility/shell.c b/utility/shell.c
index e521916..3de65b3 100644
--- a/utility/shell.c
+++ b/utility/shell.c
@@ -134,6 +134,8 @@ int main(int argc, const char *const argv[])
134 database_init(pool); 134 database_init(pool);
135 // Process configuration file 135 // Process configuration file
136 cfg = config_create(pool); 136 cfg = config_create(pool);
137 // initialize STD out error log
138 logging_preinit(cfg);
137 rv = config_read(cfg, apr_table_get(args,"Config"), args); 139 rv = config_read(cfg, apr_table_get(args,"Config"), args);
138 apr_pool_destroy(ptemp); 140 apr_pool_destroy(ptemp);
139 141