tftpd: revert erroneous change
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 9 Jun 2019 09:32:23 +0000 (11:32 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 9 Jun 2019 09:32:23 +0000 (11:32 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/tftp.c

index 30232ef8e54d31e0c365f7298fdf47d41de22d4a..8486455520afae40d76f52b5a85e4f99a1e8e120 100644 (file)
@@ -888,7 +888,7 @@ int tftpd_main(int argc UNUSED_PARAM, char **argv)
        peer_lsa->len = our_lsa->len;
 
        /* Shifting to not collide with TFTP_OPTs */
-       opt = option_mask32 = TFTPD_OPT | (getopt32(argv, "rcu:lm:", &user_opt, NULL) << 8);
+       opt = option_mask32 = TFTPD_OPT | (getopt32(argv, "rcu:l", &user_opt) << 8);
        argv += optind;
        if (opt & TFTPD_OPT_l) {
                openlog(applet_name, LOG_PID, LOG_DAEMON);