summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/ftpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ftpd/ftpd.c')
-rw-r--r--libexec/ftpd/ftpd.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index c2fff41..1c37280 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -1412,11 +1412,11 @@ skip:
syslog(LOG_INFO, "ANONYMOUS FTP LOGIN FROM %s, %s",
remotehost, passwd);
} else {
- if (dochroot)
- reply(230, "User %s logged in, access restrictions apply.",
- pw->pw_name);
- else
- reply(230, "User %s logged in.", pw->pw_name);
+ if (dochroot)
+ reply(230, "User %s logged in, "
+ "access restrictions apply.", pw->pw_name);
+ else
+ reply(230, "User %s logged in.", pw->pw_name);
#ifdef SETPROCTITLE
snprintf(proctitle, sizeof(proctitle),
OpenPOWER on IntegriCloud