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
/
ipv6.c
diff --git
a/modules/misc/network/ipv6.c
b/modules/misc/network/ipv6.c
index
2f88d23
..
d88607a
100644
(file)
--- a/
modules/misc/network/ipv6.c
+++ b/
modules/misc/network/ipv6.c
@@
-303,7
+303,7
@@
static int OpenUDP( vlc_object_t * p_this )
}
}
}
-
+ else
if( *psz_server_addr )
{
int ttl;