diff options
author | Rob Crittenden <rcritten@redhat.com> | 2014-02-21 13:23:58 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2014-02-21 14:20:19 -0500 |
commit | ed17d95907e6357fdf85a6de3b42322866a2860e (patch) | |
tree | ae41cc6f0872561e9d09898d6ca95359c2761275 /mod_nss.c | |
parent | 3413bbdd3c7703eb559b1544d910485a02951584 (diff) | |
download | mod_nss-ed17d95907e6357fdf85a6de3b42322866a2860e.tar.gz mod_nss-ed17d95907e6357fdf85a6de3b42322866a2860e.tar.xz mod_nss-ed17d95907e6357fdf85a6de3b42322866a2860e.zip |
Apache 2.4 compatibility changes
Diffstat (limited to 'mod_nss.c')
-rw-r--r-- | mod_nss.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -362,7 +362,7 @@ static int nss_hook_pre_connection(conn_rec *c, void *csd) ap_log_error(APLOG_MARK, APLOG_INFO, 0, c->base_server, "Connection to child %ld established " "(server %s, client %s)", c->id, sc->vhost_id, - c->remote_ip ? c->remote_ip : "unknown"); + c->client_ip ? c->client_ip : "unknown"); mctx = sslconn->is_proxy ? sc->proxy : sc->server; |