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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user