Commit c951fd31 authored by Rafaël Carré's avatar Rafaël Carré

fix make check

parent 6ab10612
...@@ -165,6 +165,8 @@ static void Execute( intf_thread_t *p_this, const char *const *ppsz_args ) ...@@ -165,6 +165,8 @@ static void Execute( intf_thread_t *p_this, const char *const *ppsz_args )
*****************************************************************************/ *****************************************************************************/
static void Run( intf_thread_t *p_intf ) static void Run( intf_thread_t *p_intf )
{ {
vlc_thread_ready( p_intf );
#ifdef HAVE_DBUS #ifdef HAVE_DBUS
p_intf->p_sys->p_connection = dbus_init( p_intf ); p_intf->p_sys->p_connection = dbus_init( p_intf );
#endif #endif
......
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