From 15767407962b1b5cf230da401d80d21faa1d8d32 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Tue, 31 Oct 2000 00:53:34 +0000 Subject: [PATCH] Mod_auth_db.c compiles cleanly now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86773 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/mod_auth_db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aaa/mod_auth_db.c b/modules/aaa/mod_auth_db.c index 01becdd64c..4dc46ac5ac 100644 --- a/modules/aaa/mod_auth_db.c +++ b/modules/aaa/mod_auth_db.c @@ -129,7 +129,7 @@ static void *create_db_auth_dir_config(apr_pool_t *p, char *d) return sec; } -static const char *set_db_slot(cmd_parms *cmd, void *offset, char *f, char *t) +static const char *set_db_slot(cmd_parms *cmd, void *offset, const char *f, const char *t) { if (!t || strcmp(t, "db")) return DECLINE_CMD; -- 2.40.0