aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/tftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tftp.c b/networking/tftp.c
index 30232ef8e..848645552 100644
--- a/networking/tftp.c
+++ b/networking/tftp.c
@@ -888,7 +888,7 @@ int tftpd_main(int argc UNUSED_PARAM, char **argv)
888 peer_lsa->len = our_lsa->len; 888 peer_lsa->len = our_lsa->len;
889 889
890 /* Shifting to not collide with TFTP_OPTs */ 890 /* Shifting to not collide with TFTP_OPTs */
891 opt = option_mask32 = TFTPD_OPT | (getopt32(argv, "rcu:lm:", &user_opt, NULL) << 8); 891 opt = option_mask32 = TFTPD_OPT | (getopt32(argv, "rcu:l", &user_opt) << 8);
892 argv += optind; 892 argv += optind;
893 if (opt & TFTPD_OPT_l) { 893 if (opt & TFTPD_OPT_l) {
894 openlog(applet_name, LOG_PID, LOG_DAEMON); 894 openlog(applet_name, LOG_PID, LOG_DAEMON);