mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[WININET]
- Missing the USERPROFILE variable is a critical bug, so inform us about it with an ERR instead of a TRACE CORE-10381 svn path=/trunk/; revision=69634
This commit is contained in:
@@ -750,7 +750,7 @@ static void cache_containers_init(void)
|
||||
/* ReactOS r50916 */
|
||||
if (GetEnvironmentVariableW(UserProfile, NULL, 0) == 0 && GetLastError() == ERROR_ENVVAR_NOT_FOUND)
|
||||
{
|
||||
TRACE("Environment variable 'USERPROFILE' does not exist!\n");
|
||||
ERR("Environment variable 'USERPROFILE' does not exist!\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user