]> git.sesse.net Git - vlc/blobdiff - modules/control/ntservice.c
intf_Create: remove unused parameters
[vlc] / modules / control / ntservice.c
index 7eed573b3ab7408f1fd51e95c8596f87587d4ba1..6a6c10e88f791394e95ffda160837469e85f95bd 100644 (file)
@@ -319,7 +319,7 @@ static void WINAPI ServiceDispatch( DWORD numArgs, char **args )
             sprintf( psz_temp, "%s,none", psz_module );
 
             /* Try to create the interface */
-            p_new_intf = intf_Create( p_intf, psz_temp, 0, NULL );
+            p_new_intf = intf_Create( p_intf, psz_temp );
             if( p_new_intf == NULL )
             {
                 msg_Err( p_intf, "interface \"%s\" initialization failed",