@@ -278,7 +278,7 @@ extern int umount_main(int argc, char **argv)
else
returnEXIT_FAILURE;
}
if(do_umount(*argv,useMtab)==0)
if(do_umount(*argv,useMtab)==TRUE)
returnEXIT_SUCCESS;
perror("umount");
returnEXIT_FAILURE;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.