* sec_helper.cc (get_sids_info): debug_print owner_sid and group_sid.

This commit is contained in:
Corinna Vinschen
2003-02-26 08:34:34 +00:00
parent 41a639dea8
commit 61a525994a
2 changed files with 7 additions and 0 deletions

View File

@@ -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)))