|
@@ -0,0 +1,13 @@
+--- mod_authnz_external-3.3.1/mod_authnz_external.c.orig 2013-07-28 11:33:46.089602778 +0200
++++ mod_authnz_external-3.3.1/mod_authnz_external.c 2013-07-28 11:34:11.525405425 +0200
+@@ -443,8 +443,8 @@
+ if (remote_host != NULL)
+ child_env[i++]= apr_pstrcat(p, ENV_HOST"=", remote_host,NULL);
+
+- if (c->remote_ip)
+- child_env[i++]= apr_pstrcat(p, ENV_IP"=", c->remote_ip, NULL);
++ if (c->client_ip)
++ child_env[i++]= apr_pstrcat(p, ENV_IP"=", c->client_ip, NULL);
+
+ if (r->uri)
+ child_env[i++]= apr_pstrcat(p, ENV_URI"=", r->uri, NULL);
|