]> saetta.ns0.it Git - zakauthe/mod_authn/commitdiff
Wrong const definition.
authorAndrea Zagli <azagli@libero.it>
Mon, 4 Dec 2017 16:01:25 +0000 (17:01 +0100)
committerAndrea Zagli <azagli@libero.it>
Mon, 4 Dec 2017 16:01:25 +0000 (17:01 +0100)
src/mod_authn_zakauthe.c

index 2474b4240158f1a69b918cfa70de18f84def7bad..d0584372cd90d3241da3e9c7f55938f4145428b0 100644 (file)
@@ -151,7 +151,7 @@ create_authn_zakauthe_dir_config (apr_pool_t *p, char *d)
 static const char
 *set_option (cmd_parms *cmd, void *cfg, const char *arg1, const char *arg2)
 {
-       zakauthe_config *const conf = (zakauthe_config *)cfg;
+       zakauthe_config *conf = (zakauthe_config *)cfg;
 
        conf->sl_options = g_slist_append (conf->sl_options, (gpointer)g_strdup (arg2));