@@ -101,14 +101,12 @@ if ( setuid(0) ) {
exit(1);
}
rtn=validate();
#ifdef _AIX
setruid(uid);
#else
if ( setruid(uid) ) {
#ifndef _AIX
perror("setruid(uid)");
#endif
switch ( rtn ) {
The note is not visible to the blocked user.