Revision: 14878 Author: adrian.chadd Date: Sat Jul 9 08:38:42 2011 Log: Remove double-family setup
http://code.google.com/p/lusca-cache/source/detail?r=14878 Modified: /playpen/LUSCA_HEAD_ipv6/src/comm2.c ======================================= --- /playpen/LUSCA_HEAD_ipv6/src/comm2.c Sat Jul 9 08:25:03 2011 +++ /playpen/LUSCA_HEAD_ipv6/src/comm2.c Sat Jul 9 08:38:42 2011 @@ -106,7 +106,6 @@ void commConnectNewSetupOutgoingV4(ConnectStateDataNew *cs, struct in_addr lcl) { - sqinet_set_family(&cs->lcl_addr4, AF_INET); sqinet_set_v4_inaddr(&cs->lcl_addr4, &lcl); } -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
