]> git.sesse.net Git - vlc/blobdiff - modules/access_output/http.c
http output: kill config_Get (commented out anyway)
[vlc] / modules / access_output / http.c
index fe2fe8b5c7e3771c826a00eae20145f4df635a17..8a87765dbb934f3a581eb9cf11af81b41a7b306a 100644 (file)
@@ -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 );