git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
url: remove vlc_UrlParse() option parameter
[vlc.git]
/
modules
/
lua
/
intf.c
diff --git
a/modules/lua/intf.c
b/modules/lua/intf.c
index
c183530
..
3fc48f9
100644
(file)
--- a/
modules/lua/intf.c
+++ b/
modules/lua/intf.c
@@
-90,7
+90,7
@@
static char *MakeConfig( intf_thread_t *p_intf, const char *name )
else
{
vlc_url_t url;
- vlc_UrlParse( &url, psz_host
, 0
);
+ vlc_UrlParse( &url, psz_host );
unsigned i_port = var_InheritInteger( p_intf, "telnet-port" );
if ( url.i_port != 0 )
{