Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 460438
Collapse All | Expand All

(-)a/mod_authnz_external.c (-3 / +2 lines)
Lines 443-450 static int exec_external(const char *extpath, const char *extmethod, Link Here
443
	if (remote_host != NULL)
443
	if (remote_host != NULL)
444
	    child_env[i++]= apr_pstrcat(p, ENV_HOST"=", remote_host,NULL);
444
	    child_env[i++]= apr_pstrcat(p, ENV_HOST"=", remote_host,NULL);
445
445
446
	if (c->remote_ip)
446
	if (c->client_ip)
447
	    child_env[i++]= apr_pstrcat(p, ENV_IP"=", c->remote_ip, NULL);
447
	    child_env[i++]= apr_pstrcat(p, ENV_IP"=", c->client_ip, NULL);
448
448
449
	if (r->uri)
449
	if (r->uri)
450
	    child_env[i++]= apr_pstrcat(p, ENV_URI"=", r->uri, NULL);
450
	    child_env[i++]= apr_pstrcat(p, ENV_URI"=", r->uri, NULL);
451
- 

Return to bug 460438