]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
'repl' is already allocated in the request pool by 'construct_host_header()' the...
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 6 Jan 2017 11:52:15 +0000 (11:52 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 6 Jan 2017 11:52:15 +0000 (11:52 +0000)
commit9adefaa2cfb53fb7673a8e700fead334a8648c63
tree1dbae6c673666bc04a7a54380055399e21c69c4b
parenta309dd8ef3f8a909409ce9dfd1ab26b0f187bf1e
'repl' is already allocated in the request pool by 'construct_host_header()' the line just before.
So this is safe to use the 'apr_table_setn' variant in order to save a few bytes of memory.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777593 13f79535-47bb-0310-9956-ffa450edef68
server/vhost.c