Changeset 3799 for vic/trunk/net/net-ipv6.cpp
- Timestamp:
- 08/23/06 16:27:32 (7 years ago)
- Files:
-
- 1 modified
-
vic/trunk/net/net-ipv6.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vic/trunk/net/net-ipv6.cpp
r3798 r3799 521 521 /* __IPV6 memcopy address */ 522 522 // Use Local name if already set via command line 523 if (local_.is set()) {523 if (local_.is_set()) { 524 524 sin.sin6_addr = (IP6Address&)local_; 525 525 } else {
