diff options
author | Ryan Bloom <rbb@apache.org> | 2000-10-31 01:53:34 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-10-31 01:53:34 +0100 |
commit | 15767407962b1b5cf230da401d80d21faa1d8d32 (patch) | |
tree | 3047407240ae918bdd97bcb41feb642cffda0e7d /modules/aaa | |
parent | Make mod_cgi and mod_include work when compiled as DSO's again. This is (diff) | |
download | apache2-15767407962b1b5cf230da401d80d21faa1d8d32.tar.xz apache2-15767407962b1b5cf230da401d80d21faa1d8d32.zip |
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
Diffstat (limited to 'modules/aaa')
-rw-r--r-- | modules/aaa/mod_auth_db.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |