aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/ftpd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index 997bbf38c033..69353dc6075b 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -1499,7 +1499,6 @@ skip:
asprintf(&chrootdir, "%s/%s", pw->pw_dir, chrootdir);
if (chrootdir == NULL)
fatalerror("Ran out of memory.");
-
}
if (guest || dochroot) {
/*