From: Eric Kohl Date: Mon, 3 May 2010 22:15:53 +0000 (+0000) Subject: [SETUP] X-Git-Tag: backups/header-work@57446~16^2~148 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=dbfa8cfb5455ce2727b85bdf50964107e67d4611 [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 --- 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) {