* Don't spam.

This commit is contained in:
Eelco Dolstra 2006-11-29 22:07:49 +00:00
parent 92417600a1
commit 80b742dd52
1 changed files with 2 additions and 0 deletions

View File

@ -942,8 +942,10 @@ SwitchToOriginalUser::~SwitchToOriginalUser()
void switchToNixUser()
{
#if 0
fprintf(stderr, "real = %d/%d, effective = %d/%d\n",
getuid(), getgid(), geteuid(), getegid());
#endif
/* 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