diff options
Diffstat (limited to 'libexec/ftpd/ftpd.c')
-rw-r--r-- | libexec/ftpd/ftpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 477102a..83e2e97 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -2920,7 +2920,7 @@ guniquefd(char *local, char **name) return (fd); } if (errno != EEXIST) { - perror_reply(550, count ? new : local); + perror_reply(553, count ? new : local); return (-1); } } |