* sec_helper.cc (get_sids_info): debug_print owner_sid and group_sid.
This commit is contained in:
parent
41a639dea8
commit
61a525994a
|
@ -1,3 +1,7 @@
|
|||
2003-02-26 Pierre Humblet <pierre.humblet@ieee.org>
|
||||
|
||||
* sec_helper.cc (get_sids_info): debug_print owner_sid and group_sid.
|
||||
|
||||
2003-02-25 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* mmap.cc (mmap64): Fix returned address by taking the granularity
|
||||
|
|
|
@ -193,6 +193,9 @@ get_sids_info (cygpsid owner_sid, cygpsid group_sid, __uid32_t * uidret, __gid32
|
|||
struct __group32 *gr = NULL;
|
||||
bool ret = false;
|
||||
|
||||
owner_sid.debug_print ("get_sids_info: owner SID =");
|
||||
group_sid.debug_print ("get_sids_info: group SID =");
|
||||
|
||||
if (group_sid == cygheap->user.groups.pgsid)
|
||||
*gidret = myself->gid;
|
||||
else if ((gr = internal_getgrsid (group_sid)))
|
||||
|
|
Loading…
Reference in New Issue