Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
f6ab2a09
Commit
f6ab2a09
authored
Aug 04, 2008
by
Rémi Denis-Courmont
Browse files
HTTP interface: accept IPv6 bind address
parent
22f8e743
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/control/http/http.c
View file @
f6ab2a09
...
...
@@ -129,7 +129,7 @@ static int Open( vlc_object_t *p_this )
psz_address
=
var_CreateGetNonEmptyString
(
p_intf
,
"http-host"
);
if
(
psz_address
!=
NULL
)
{
char
*
psz_parser
=
strchr
(
psz_address
,
':'
);
char
*
psz_parser
=
str
r
chr
(
psz_address
,
':'
);
if
(
psz_parser
)
{
*
psz_parser
++
=
'\0'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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