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
GSoC
GSoC2018
macOS
vlc
Commits
378a4fc4
Commit
378a4fc4
authored
Aug 14, 2005
by
Rémi Denis-Courmont
Browse files
Fix SAP announce destination address - closes #314
Bug reported by Thomas Knauer
parent
76b2c255
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_output/sap.c
View file @
378a4fc4
...
...
@@ -332,6 +332,8 @@ static int announce_SAPAnnounceAdd( sap_handler_t *p_sap,
else
/* other addresses => 224.2.127.254 */
ipv4
=
0xe0027ffe
;
((
struct
sockaddr_in
*
)
&
addr
)
->
sin_addr
.
s_addr
=
htonl
(
ipv4
);
break
;
}
...
...
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