Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
a3378e81
Commit
a3378e81
authored
Jan 23, 2008
by
Rémi Denis-Courmont
Browse files
Fix [22070] not creating the http-host variable. Closes #1449.
parent
c6245fff
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/control/http/http.c
View file @
a3378e81
...
...
@@ -132,7 +132,7 @@ static int Open( vlc_object_t *p_this )
int
i_port
=
0
;
char
*
psz_src
=
NULL
;
psz_address
=
var_GetNonEmptyString
(
p_intf
->
p_libvlc
,
"http-host"
);
psz_address
=
var_
Create
GetNonEmptyString
(
p_intf
,
"http-host"
);
if
(
psz_address
!=
NULL
)
{
char
*
psz_parser
=
strchr
(
psz_address
,
':'
);
...
...
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