diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2016-02-11 22:37:42 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2016-02-11 22:37:42 +0100 |
commit | ed1695a87aa8be681481af84a72b78ccbc83ca25 (patch) | |
tree | 8ce12547ff30d09a123a3b8fac24ba88dc430706 /include/httpd.h | |
parent | mod_proxy: follow up to r1729826: really copy conn->ssl_hostname. (diff) | |
download | apache2-ed1695a87aa8be681481af84a72b78ccbc83ca25.tar.xz apache2-ed1695a87aa8be681481af84a72b78ccbc83ca25.zip |
Note that this should become private to mod_ident, accessed by the accessor fn
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729895 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | include/httpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/httpd.h b/include/httpd.h index a05be83e03..196de1d6e1 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -1113,6 +1113,7 @@ struct conn_rec { char *remote_host; /** Only ever set if doing rfc1413 lookups. N.B. Only access this through * get_remote_logname() */ + /* TODO: Remove from request_rec, make local to mod_ident */ char *remote_logname; /** server IP address */ |