diff --git a/reactos/base/system/services/database.c b/reactos/base/system/services/database.c index 1d6ab30d942..93ea3222796 100644 --- a/reactos/base/system/services/database.c +++ b/reactos/base/system/services/database.c @@ -1515,6 +1515,11 @@ ScmWaitForServiceConnect(PSERVICE Service) DPRINT1("Reading the service control pipe failed (Error %lu)\n", dwError); } + else + { + dwError = ERROR_SUCCESS; + DPRINT("Read control pipe successfully\n"); + } } else {