wineboot: No longer needs to keep running now that we have services.exe.
This commit is contained in:
parent
9bb129d17b
commit
bd2ee68d6d
|
@ -762,9 +762,5 @@ int main( int argc, char *argv[] )
|
|||
WINE_TRACE("Operation done\n");
|
||||
|
||||
SetEvent( event );
|
||||
|
||||
/* FIXME: the wait is needed to keep services running */
|
||||
/* it should be removed once we have a proper services.exe */
|
||||
if (!restart) WaitForSingleObject( __wine_make_process_system(), INFINITE );
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue