[SERVICES]

Fix the build.

svn path=/trunk/; revision=56845
This commit is contained in:
Eric Kohl 2012-07-07 15:39:34 +00:00
parent 05ed889bb2
commit 01cbb41fe9

View file

@ -403,13 +403,6 @@ wWinMain(HINSTANCE hInstance,
/* FIXME: more initialization */
/* Read the control set values */
if (!ScmGetControlSetValues())
{
DPRINT1("SERVICES: failed to read the control set values\n");
goto done;
}
/* Create the service database */
dwError = ScmCreateServiceDatabase();
if (dwError != ERROR_SUCCESS)