1
0
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:
Stefan Fritsch
2010-10-23 18:35:06 +00:00
parent 00cdb469d7
commit 00f70ddc9a
6 changed files with 11 additions and 11 deletions

View File

@@ -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,