summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libexec/ftpd/ftpcmd.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y
index d6a002b..14ac122 100644
--- a/libexec/ftpd/ftpcmd.y
+++ b/libexec/ftpd/ftpcmd.y
@@ -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
OpenPOWER on IntegriCloud