Commit 28a1f4c6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Windows multicast bind kludge

parent 970cd4e8
...@@ -150,7 +150,7 @@ int *net_Listen (vlc_object_t *p_this, const char *psz_host, ...@@ -150,7 +150,7 @@ int *net_Listen (vlc_object_t *p_this, const char *psz_host,
} }
/* Bind the socket */ /* Bind the socket */
#if 0//defined (WIN32) || defined (UNDER_CE) #if defined (WIN32) || defined (UNDER_CE)
/* /*
* Under Win32 and for multicasting, we bind to INADDR_ANY. * Under Win32 and for multicasting, we bind to INADDR_ANY.
* This is of course a severe bug, since the socket would logically * This is of course a severe bug, since the socket would logically
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment