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.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