From: Andrea Zagli Date: Mon, 4 Dec 2017 16:01:25 +0000 (+0100) Subject: Wrong const definition. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=7324362ae0aefa6459dd6f1efc09fc157ef4fe62;p=zakauthe%2Fmod_authn Wrong const definition. --- diff --git a/src/mod_authn_zakauthe.c b/src/mod_authn_zakauthe.c index 2474b42..d058437 100644 --- a/src/mod_authn_zakauthe.c +++ b/src/mod_authn_zakauthe.c @@ -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));