Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-06-21 09:01:17 +0400
committerChristopher Faylor <me@cgf.cx>2002-06-21 09:01:17 +0400
commit7c02f861e3512fac608b411cb5be43a41ba8735e (patch)
tree56618ecd163acfa86ea2c7dcd5a484cd0b9e3c5b /winsup/cygwin/cygheap.cc
parenta7b23a8f11b2e1f2ef333d2ed95d1c972acad12f (diff)
* uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.
(cygheap_user::env_logsrv): Verify env_domain is valid. * environ.cc: Include child_info.h and keep spenvs[] sorted. (environ_init): Check child_proc_info instead of myself->ppid_handle.
Diffstat (limited to 'winsup/cygwin/cygheap.cc')
-rw-r--r--winsup/cygwin/cygheap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygheap.cc b/winsup/cygwin/cygheap.cc
index 9b0a2a24a..0522255f6 100644
--- a/winsup/cygwin/cygheap.cc
+++ b/winsup/cygwin/cygheap.cc
@@ -460,7 +460,7 @@ cygheap_user::set_sid (PSID new_sid)
if (new_sid)
{
if (!psid)
- psid = cmalloc (HEAP_STR, MAX_SID_LEN);
+ psid = cmalloc (HEAP_STR, MAX_SID_LEN);
if (psid)
return CopySid (MAX_SID_LEN, psid, new_sid);
}