Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 326816 Details for
Bug 438776
www-apache/mod_gnutls-0.5.10 - gnutls_hooks.c:753:7: error: 'conn_rec' has no member named 'remote_addr'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mod_gnutls-0.5.10-apache-api.patch
mod_gnutls-0.5.10-apache-api.patch (text/plain), 439 bytes, created by
Joerg Neikes
on 2012-10-18 09:18:58 UTC
(
hide
)
Description:
mod_gnutls-0.5.10-apache-api.patch
Filename:
MIME Type:
Creator:
Joerg Neikes
Created:
2012-10-18 09:18:58 UTC
Size:
439 bytes
patch
obsolete
>--- src/gnutls_hooks.c_old 2012-10-17 16:07:01.043264999 +0200 >+++ src/gnutls_hooks.c 2012-10-17 16:45:34.123264995 +0200 >@@ -750,7 +750,7 @@ > return DECLINED; > } > >- if (c->remote_addr->hostname || apr_strnatcmp(c->remote_ip,c->local_ip) == 0) { >+ if (c->client_addr->hostname || apr_strnatcmp(c->client_ip,c->local_ip) == 0) { > /* Connection initiated by Apache (mod_proxy) => ignore */ > return OK; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 438776
: 326816 |
326818