change bad filename message slightly
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9128 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1118,7 +1118,7 @@ filename_check(char *filename)
|
|||||||
if(*p == '\0')
|
if(*p == '\0')
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
lreply(553, "\"%s\" is an illegal filename.", filename);
|
lreply(553, "\"%s\" is not an acceptable filename.", filename);
|
||||||
lreply(553, "The filename must start with an alphanumeric "
|
lreply(553, "The filename must start with an alphanumeric "
|
||||||
"character and must only");
|
"character and must only");
|
||||||
reply(553, "consist of alphanumeric characters or any of the following: %s",
|
reply(553, "consist of alphanumeric characters or any of the following: %s",
|
||||||
|
Reference in New Issue
Block a user