Author: ekohl Date: Sat Jul 7 15:39:34 2012 New Revision: 56845
URL: http://svn.reactos.org/svn/reactos?rev=56845&view=rev Log: [SERVICES] Fix the build.
Modified: trunk/reactos/base/system/services/services.c
Modified: trunk/reactos/base/system/services/services.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/services/servic... ============================================================================== --- trunk/reactos/base/system/services/services.c [iso-8859-1] (original) +++ trunk/reactos/base/system/services/services.c [iso-8859-1] Sat Jul 7 15:39:34 2012 @@ -403,13 +403,6 @@
/* 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)