diff --git a/src/libutil/util.cc b/src/libutil/util.cc index 1634b6660b..9727a3173f 100644 --- a/src/libutil/util.cc +++ b/src/libutil/util.cc @@ -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