From 7324362ae0aefa6459dd6f1efc09fc157ef4fe62 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Mon, 4 Dec 2017 17:01:25 +0100 Subject: [PATCH] Wrong const definition. --- src/mod_authn_zakauthe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.49.0