@ -26,7 +26,7 @@ int getutmp( int pid )
{
struct utmp * utmp;
setutent();
while ( (utmp = getutent()) == NULL )
while ( (utmp = getutent()) != NULL )
printf("toto");
}
The note is not visible to the blocked user.