Commit 707ef5ec authored by Christophe Mutricy's avatar Christophe Mutricy

missing in [13991].

parent a1e597bf
......@@ -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",
......
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