]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix non-IPv6 build failure introduced by the commResetFD cleanup
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 14 May 2010 05:54:32 +0000 (07:54 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 14 May 2010 05:54:32 +0000 (07:54 +0200)
src/comm.h

index 1d1786b33c187674403cb3a1fdbe0aeed33022e5..fed7d70aecea901db483c3fc9c5df2169bac6990 100644 (file)
@@ -22,9 +22,7 @@ typedef enum {
     COMM_ERR_CONNECT = -8,
     COMM_ERR_DNS = -9,
     COMM_ERR_CLOSING = -10,
-#if USE_IPV6
     COMM_ERR_PROTOCOL = -11, /* IPv4 or IPv6 cannot be used on the fd socket */
-#endif
     COMM_ERR__END__ = -999999 /* Dummy entry to make syntax valid (comma on line above), do not use. New entries added above */
 } comm_err_t;