From: William A. Rowe Jr Date: Thu, 11 Feb 2016 21:37:42 +0000 (+0000) Subject: Note that this should become private to mod_ident, accessed by the accessor fn X-Git-Tag: 2.5.0-alpha~2115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed1695a87aa8be681481af84a72b78ccbc83ca25;p=apache 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 --- 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 */