]> granicus.if.org Git - apache/commit
REMOTE_ADDR is now r->useragent_ip, which is not/never available at
authorKaspar Brand <kbrand@apache.org>
Sat, 24 Dec 2011 06:22:49 +0000 (06:22 +0000)
committerKaspar Brand <kbrand@apache.org>
Sat, 24 Dec 2011 06:22:49 +0000 (06:22 +0000)
commitda4b2f451355b3d458246207d921738e527b9eab
treeca3be18b6bf00ec99329e64a55b8dfa2103bb76c
parentb34a75e362b9ea97af20e84298c2fd7418c53119
REMOTE_ADDR is now r->useragent_ip, which is not/never available at
SSL_CB_HANDSHAKE_DONE time. ap_log_cerror() already logs c->client_ip
for us, however, so we can simply drop REMOTE_ADDR from the message.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1222915 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_kernel.c