diff --git a/reactos/base/services/umpnpmgr/umpnpmgr.c b/reactos/base/services/umpnpmgr/umpnpmgr.c index 0a0962ce8ff..d919e06701b 100644 --- a/reactos/base/services/umpnpmgr/umpnpmgr.c +++ b/reactos/base/services/umpnpmgr/umpnpmgr.c @@ -2170,7 +2170,7 @@ ServiceMain(DWORD argc, LPTSTR *argv) hThread = CreateThread(NULL, 0, - DeviceInstallThread, + RpcServerThread, NULL, 0, &dwThreadId); @@ -2179,7 +2179,7 @@ ServiceMain(DWORD argc, LPTSTR *argv) hThread = CreateThread(NULL, 0, - RpcServerThread, + DeviceInstallThread, NULL, 0, &dwThreadId);