diff options
Diffstat (limited to 'mod_log_sql.c')
-rw-r--r-- | mod_log_sql.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod_log_sql.c b/mod_log_sql.c index 7320f66..564f3fc 100644 --- a/mod_log_sql.c +++ b/mod_log_sql.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Header: /home/cvs/mod_log_sql/mod_log_sql.c,v 1.14 2004/02/05 21:59:46 urkle Exp $ */ | 1 | /* $Header: /home/cvs/mod_log_sql/mod_log_sql.c,v 1.15 2004/02/12 03:18:18 urkle Exp $ */ |
2 | /* --------* | 2 | /* --------* |
3 | * DEFINES * | 3 | * DEFINES * |
4 | * --------*/ | 4 | * --------*/ |
@@ -1266,7 +1266,7 @@ static const command_rec log_sql_cmds[] = { | |||
1266 | (void *)APR_OFFSETOF(global_config_t, forcepreserve), RSRC_CONF, | 1266 | (void *)APR_OFFSETOF(global_config_t, forcepreserve), RSRC_CONF, |
1267 | "Forces logging to preserve file and bypasses database") | 1267 | "Forces logging to preserve file and bypasses database") |
1268 | , | 1268 | , |
1269 | AP_INIT_TAKE1("LogSQLPreserveFile", set_global_string_slot, | 1269 | AP_INIT_TAKE1("LogSQLPreserveFile", set_server_string_slot, |
1270 | (void *)APR_OFFSETOF(logsql_state,preserve_file), RSRC_CONF, | 1270 | (void *)APR_OFFSETOF(logsql_state,preserve_file), RSRC_CONF, |
1271 | "Name of the file to use for data preservation during database downtime") | 1271 | "Name of the file to use for data preservation during database downtime") |
1272 | , | 1272 | , |