summaryrefslogtreecommitdiff
path: root/modules/aaa/mod_auth_form.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/aaa/mod_auth_form.c')
-rw-r--r--modules/aaa/mod_auth_form.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aaa/mod_auth_form.c b/modules/aaa/mod_auth_form.c
index 7bba517b..474a9de2 100644
--- a/modules/aaa/mod_auth_form.c
+++ b/modules/aaa/mod_auth_form.c
@@ -149,7 +149,7 @@ static const char *add_authn_provider(cmd_parms * cmd, void *config,
authn_provider_list *newp;
newp = apr_pcalloc(cmd->pool, sizeof(authn_provider_list));
- newp->provider_name = apr_pstrdup(cmd->pool, arg);
+ newp->provider_name = arg;
/* lookup and cache the actual provider now */
newp->provider = ap_lookup_provider(AUTHN_PROVIDER_GROUP,