]> git.sesse.net Git - vlc/commitdiff
missing in [13991].
authorChristophe Mutricy <xtophe@videolan.org>
Sun, 22 Jan 2006 18:10:53 +0000 (18:10 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sun, 22 Jan 2006 18:10:53 +0000 (18:10 +0000)
modules/control/ntservice.c

index 436824ccafb2026b174e9a40c8c0a2911268a63b..49ff42a42344497c87052b11d833bd41c0152043 100644 (file)
@@ -313,7 +313,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 );
+            p_new_intf = intf_Create( p_intf, psz_temp, 0, NULL );
             if( p_new_intf == NULL )
             {
                 msg_Err( p_intf, "interface \"%s\" initialization failed",