summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorguido <guido@FreeBSD.org>1997-02-13 19:24:25 +0000
committerguido <guido@FreeBSD.org>1997-02-13 19:24:25 +0000
commit7dfa42b35f6724f20741453d39ed365cfefd9272 (patch)
tree60be15c8cac1765f7d0ca6bdabdf7460e7398c49 /libexec/ftpd
parent872c363d88ee5ca5190086135317b76cc9880e9c (diff)
downloadFreeBSD-src-7dfa42b35f6724f20741453d39ed365cfefd9272.zip
FreeBSD-src-7dfa42b35f6724f20741453d39ed365cfefd9272.tar.gz
Actually allow the -R flag.
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/ftpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index 1de32c4..4327994 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -260,7 +260,7 @@ main(argc, argv, envp)
bind_address.s_addr = htonl(INADDR_ANY);
- while ((ch = getopt(argc, argv, "AdlDSUt:T:u:va:p:")) != EOF) {
+ while ((ch = getopt(argc, argv, "AdlDSURt:T:u:va:p:")) != EOF) {
switch (ch) {
case 'D':
daemon_mode++;
OpenPOWER on IntegriCloud