Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
30b35035
Commit
30b35035
authored
Nov 26, 2006
by
Rémi Denis-Courmont
Browse files
Fix unitialized interface for old-style IPv4 joins
parent
30f4531b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/network/udp.c
View file @
30b35035
...
...
@@ -213,7 +213,7 @@ net_IPv4Join (vlc_object_t *obj, int fd,
# endif
}
opt
;
int
cmd
;
struct
in_addr
id
;
struct
in_addr
id
=
{
.
s_addr
=
INADDR_ANY
}
;
socklen_t
optlen
;
/* Multicast interface IPv4 address */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment