--- spawn.cc.org Wed Feb 20 19:26:40 2002 +++ spawn.cc Fri Mar 8 13:28:22 2002 @@ -663,13 +663,6 @@ && cygheap->user.token != INVALID_HANDLE_VALUE) RevertToSelf (); - static BOOL first_time = TRUE; - if (first_time) - { - set_process_privilege (SE_RESTORE_NAME); - first_time = FALSE; - } - /* Load users registry hive. */ load_registry_hive (sid);