@@ -258,7 +258,7 @@ int valid_name(char *newname)
return (0);
/* return valid if list doesn't exist */
if (!invalid_list || num_invalid < 1)
if (invalid_list == NULL || num_invalid < 1)
return (1);
/* change to lowercase */
The note is not visible to the blocked user.