forked from lix-project/lix
* Don't spam.
This commit is contained in:
parent
92417600a1
commit
80b742dd52
|
@ -942,8 +942,10 @@ SwitchToOriginalUser::~SwitchToOriginalUser()
|
||||||
|
|
||||||
void switchToNixUser()
|
void switchToNixUser()
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
fprintf(stderr, "real = %d/%d, effective = %d/%d\n",
|
fprintf(stderr, "real = %d/%d, effective = %d/%d\n",
|
||||||
getuid(), getgid(), geteuid(), getegid());
|
getuid(), getgid(), geteuid(), getegid());
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Note: we require setresuid for now since I don't want to think
|
/* Note: we require setresuid for now since I don't want to think
|
||||||
to deeply about whether this works on systems that don't have
|
to deeply about whether this works on systems that don't have
|
||||||
|
|
Loading…
Reference in a new issue