Changeset 61 for trunk/pdns/pdns/tcpreceiver.cc
- Timestamp:
- 12/09/02 17:24:17 (10 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/tcpreceiver.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/tcpreceiver.cc
r57 r61 437 437 438 438 // TODO: Implement ipv6 439 #if ndef WIN32439 #if !WIN32 && HAVE_IPV6 440 440 for(vector<string>::const_iterator laddr=locals6.begin();laddr!=locals6.end();++laddr) { 441 441 struct sockaddr_in6 local;