From dbfa8cfb5455ce2727b85bdf50964107e67d4611 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Mon, 3 May 2010 22:15:53 +0000 Subject: [PATCH] [SETUP] - Don't call InitializeProfiles() twice. This is one part of the fix for bug 2972. Patch by Gabriel Ilardi. svn path=/trunk/; revision=47099 --- reactos/base/setup/setup/setup.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/reactos/base/setup/setup/setup.c b/reactos/base/setup/setup/setup.c index 8f9db9b6278..4db7fc46a92 100644 --- a/reactos/base/setup/setup/setup.c +++ b/reactos/base/setup/setup/setup.c @@ -60,9 +60,6 @@ RunNewSetup (HINSTANCE hInstance) HMODULE hDll; PINSTALL_REACTOS InstallReactOS; - /* some dlls (loaded by syssetup) need a valid user profile */ - InitializeProfiles(); - hDll = LoadLibrary (TEXT("syssetup")); if (hDll == NULL) {