From 1cec72414bf4e31e0fea67f59102fe3ab4f3822c Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 16 May 2001 21:53:18 +0000 Subject: [PATCH] * uinfo.cc (uinfo_init): Just set user token to INVALID_HANDLE_VALUE. Token value is already invalid at that point. --- winsup/cygwin/ChangeLog | 5 +++++ winsup/cygwin/uinfo.cc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index c779c9080..d0eb58d6b 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +Wed May 16 23:27:00 2001 Corinna Vinschen + + * uinfo.cc (uinfo_init): Just set user token to INVALID_HANDLE_VALUE. + Token value is already invalid at that point. + Wed May 16 21:34:00 2001 Fred Yankowski * net.cc (errmap): Add missing mapping from WSAEINTR to EINTR. diff --git a/winsup/cygwin/uinfo.cc b/winsup/cygwin/uinfo.cc index a476b73f0..aea8fece4 100644 --- a/winsup/cygwin/uinfo.cc +++ b/winsup/cygwin/uinfo.cc @@ -207,7 +207,7 @@ uinfo_init () Setting `impersonated' to TRUE seems to be wrong but it isn't. Impersonated is thought as "Current User and `token' are coincident". See seteuid() for the mechanism behind that. */ - cygwin_set_impersonation_token (INVALID_HANDLE_VALUE); + cygheap->user.token = INVALID_HANDLE_VALUE; cygheap->user.impersonated = TRUE; /* If uid is USHRT_MAX, the process is started from a non cygwin