Bill Pringlemeir wrote:
> void
> node_udp_disable(void)
> {
>       /*
>        * Because the pseudo UDP nodes reference the UDP sockets,
>        * we have to disable these first.
>        */
> 
>       if (udp_node && udp_node->socket)
>               node_udp_disable_by_net(NET_TYPE_IPV4);
>       if (udp6_node && udp6_node->socket)
>               node_udp_disable_by_net(NET_TYPE_IPV6);
> 
>       socket_free_null(&s_udp_listen);
>       socket_free_null(&s_udp_listen6);
> }
> 
> I commented out the last two lines and everything seems to be ok.  I
> have no idea what the problem is.  This was the only udp change that
> seemed like it might have this effect.

Thanks, it should be fixed now.

-- 
Christian

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Gtk-gnutella-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to