Commit 26e19c58 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

http output: kill config_Get (commented out anyway)

parent b4f5c5e6
......@@ -279,7 +279,7 @@ static int Open( vlc_object_t *p_this )
}
#if 0 //def HAVE_AVAHI_CLIENT
if( config_GetInt(p_this, SOUT_CFG_PREFIX "bonjour") )
if( var_InheritInteger(p_this, SOUT_CFG_PREFIX "bonjour") )
{
char *psz_txt, *psz_name;
playlist_t *p_playlist = pl_Hold( p_access );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment