[Sumover-dev] [svn commit] r3799 - vic/trunk/net

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Wed Aug 23 16:28:00 BST 2006


Author: piers
Date: Wed Aug 23 16:27:32 2006
New Revision: 3799

Modified:
   vic/trunk/net/net-ipv6.cpp

Log:
Fixed isset call to is_set() - isset is defined elsewhere in Linux

Modified: vic/trunk/net/net-ipv6.cpp
==============================================================================
--- vic/trunk/net/net-ipv6.cpp	(original)
+++ vic/trunk/net/net-ipv6.cpp	Wed Aug 23 16:27:32 2006
@@ -520,7 +520,7 @@
 	sin.sin6_flowinfo = flowLabel_;
 /* __IPV6 memcopy address */
     // Use Local name if already set via command line
-	if (local_.isset()) {
+	if (local_.is_set()) {
 		sin.sin6_addr = (IP6Address&)local_;
     } else {
 		sin.sin6_addr = in6addr_any;



More information about the Sumover-dev mailing list