1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Save a few bytes in conf pool

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1683884 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christophe Jaillet
2015-06-06 05:59:49 +00:00
parent 1333dc54c5
commit 38f1949593

View File

@@ -254,7 +254,7 @@ static const char *dav_cmd_dav(cmd_parms *cmd, void *config, const char *arg1)
conf->provider = NULL;
}
else {
conf->provider_name = apr_pstrdup(cmd->pool, arg1);
conf->provider_name = arg1;
}
if (conf->provider_name != NULL) {