From 2a9b4b7aa07c166beca1c37d2ba7faa22feca33f Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 28 Sep 2010 14:49:31 +0000 Subject: Revert accidental previous login. --- winsup/cygwin/shared.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/shared.cc') diff --git a/winsup/cygwin/shared.cc b/winsup/cygwin/shared.cc index 5118b432b..10d03b088 100644 --- a/winsup/cygwin/shared.cc +++ b/winsup/cygwin/shared.cc @@ -312,6 +312,7 @@ user_info::initialize () spinlock sversion (version, CURR_USER_MAGIC); if (!sversion) { + cb = sizeof (*user_shared); cygpsid sid (cygheap->user.sid ()); struct passwd *pw = internal_getpwsid (sid); /* Correct the user name with what's defined in /etc/passwd before @@ -319,7 +320,6 @@ user_info::initialize () if (pw) cygheap->user.set_name (pw->pw_name); mountinfo.init (); /* Initialize the mount table. */ - cb = sizeof (*user_shared); } else if (sversion != CURR_USER_MAGIC) sversion.multiple_cygwin_problem ("user shared memory version", version, -- cgit v1.2.3