Remove some redundant code.

(cherry picked from commit e03734be30)
This commit is contained in:
Pawel Jakub Dawidek 2012-02-17 17:35:53 +01:00 committed by Bernhard Miklautz
parent a3396a121b
commit a8b9767d91

View File

@ -140,13 +140,6 @@ void registry_init(rdpRegistry* registry)
registry->available = true;
if (home_path == NULL)
{
printf("could not get home path\n");
registry->available = false;
return;
}
registry->home = (char*) xstrdup(home_path);
printf("home path: %s\n", registry->home);