Commit 68996a07 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove dummy condition - looks like a cut&paste accident

parent 0589e87a
...@@ -1011,7 +1011,6 @@ int libvlc_InternalDestroy( libvlc_int_t *p_libvlc, vlc_bool_t b_release ) ...@@ -1011,7 +1011,6 @@ int libvlc_InternalDestroy( libvlc_int_t *p_libvlc, vlc_bool_t b_release )
#ifndef WIN32 #ifndef WIN32
char* psz_pidfile = NULL; char* psz_pidfile = NULL;
if( p_libvlc_global->p_module_bank )
if( config_GetInt( p_libvlc, "daemon" ) > 0 ) if( config_GetInt( p_libvlc, "daemon" ) > 0 )
{ {
psz_pidfile = config_GetPsz( p_libvlc, "pidfile" ); psz_pidfile = config_GetPsz( p_libvlc, "pidfile" );
......
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