Change the read-only reply to "550 Permission denied.".

This commit is contained in:
Dag-Erling Smørgrav 2001-02-19 21:51:26 +00:00
parent 28b2e25674
commit e22887cdda
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72710

View File

@ -998,7 +998,7 @@ check_login_ro
: /* empty */
{
if (readonly) {
reply(202, "Command ignored. Server is in readonly mode.");
reply(550, "Permission denied.");
$$ = 0;
}
else