mirror of
https://github.com/apache/httpd.git
synced 2025-11-08 04:22:21 +03:00
more temp pool usage and remove some useless apr_pstrdup()s
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1026660 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -56,7 +56,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,
|
||||
|
||||
Reference in New Issue
Block a user