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

(-)src/gnutls_hooks.c_old (-1 / +1 lines)
Lines 750-756 Link Here
750
		return DECLINED;
750
		return DECLINED;
751
	}
751
	}
752
752
753
	if (c->remote_addr->hostname || apr_strnatcmp(c->remote_ip,c->local_ip) == 0) {
753
	if (c->client_addr->hostname || apr_strnatcmp(c->client_ip,c->local_ip) == 0) {
754
        /* Connection initiated by Apache (mod_proxy) => ignore */
754
        /* Connection initiated by Apache (mod_proxy) => ignore */
755
                return OK;
755
                return OK;
756
        }
756
        }

Return to bug 438776