pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/30085: squid-2.5.9 >=nb6 crashes when doing ipf-transparent
Is this additional patch change your problem?
--- src/client_side.c.orig 2005-04-28 12:15:59.000000000 +0900
+++ src/client_side.c
@@ -2739,8 +2739,8 @@ parseHttpRequest(ConnStateData * conn, m
if (natfd < 0) {
int save_errno;
enter_suid();
-#ifdef IPL_NAME
- natfd = open(IPL_NAME, O_RDONLY, 0);
+#ifdef IPNAT_NAME
+ natfd = open(IPNAT_NAME, O_RDONLY, 0);
#else
natfd = open(IPL_NAT, O_RDONLY, 0);
#endif
Home |
Main Index |
Thread Index |
Old Index