git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't use connect() when the "bind" address is a multicast group
[vlc.git]
/
modules
/
misc
/
network
/
ipv4.c
diff --git
a/modules/misc/network/ipv4.c
b/modules/misc/network/ipv4.c
index
2912b2a
..
2372865
100644
(file)
--- a/
modules/misc/network/ipv4.c
+++ b/
modules/misc/network/ipv4.c
@@
-411,8
+411,8
@@
static int OpenUDP( vlc_object_t * p_this )
}
}
}
+ else
#endif
-
if( *psz_server_addr )
{
/* Build socket for remote connection */