]> 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:29:55 +0000 (07:29 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 14 May 2010 05:29:55 +0000 (07:29 +0200)
src/comm.h

index 426b9af6bf1ea5a59c8672356e0c84b09e0ba8dd..331def76f0a85e62db961c3b1d9d33352c4532a6 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;