]> granicus.if.org Git - apache/commitdiff
Note that this should become private to mod_ident, accessed by the accessor fn
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 11 Feb 2016 21:37:42 +0000 (21:37 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 11 Feb 2016 21:37:42 +0000 (21:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729895 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index a05be83e03477143e9422b2874fcf86e3fa24e0e..196de1d6e10109904ad9e897c9d56915dc4869fe 100644 (file)
@@ -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 */