projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56ec73a
)
There is no need to duplicate some memory here, the 'path' given to ap_parse_htacces...
author
Christophe Jaillet
<jailletc36@apache.org>
Thu, 10 Dec 2015 06:39:46 +0000
(06:39 +0000)
committer
Christophe Jaillet
<jailletc36@apache.org>
Thu, 10 Dec 2015 06:39:46 +0000
(06:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1719016
13f79535
-47bb-0310-9956-
ffa450edef68
server/request.c
patch
|
blob
|
history
diff --git
a/server/request.c
b/server/request.c
index 35de21d8489eeadc341ec30946a8e3dbae7edcbb..de90dd9fcad1f64d82fd757ca9016b7549d360e1 100644
(file)
--- a/
server/request.c
+++ b/
server/request.c
@@
-1016,8
+1016,7
@@
AP_DECLARE(int) ap_directory_walk(request_rec *r)
res = ap_parse_htaccess(&htaccess_conf, r, opts.override,
opts.override_opts, opts.override_list,
- apr_pstrdup(r->pool, r->filename),
- sconf->access_name);
+ r->filename, sconf->access_name);
if (res) {
return res;
}