Wouter de Jong writes:

While it _DOES_ work with my 'stupid' :) little change of this:

This is not a valid fix. Whatever the problem is, it must be elsewhere.


--- courier-imap-1.7.3/tcpd/tcpd.c Sun Jan 5 05:25:20 2003
+++ courier-imap-1.7.3-tcpd/tcpd/tcpd.c Mon Jun 30 13:48:46 2003
@@ -443,7 +443,7 @@
for (p=fdlist; p; p=p->next)
{
- int fd=mksocket(p->ipaddr, p->servname, 0);
+ int fd=mksocket(p->ipaddr, p->servname, 1);
if (fd < 0)
break;


FreeBSD 5.1 uses GCC 3.2.2, maybe this one is giving some trouble?

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to