projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b8025f
)
tftpd: revert erroneous change
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 9 Jun 2019 09:32:23 +0000
(11:32 +0200)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/networking/tftp.c
b/networking/tftp.c
index 30232ef8e54d31e0c365f7298fdf47d41de22d4a..8486455520afae40d76f52b5a85e4f99a1e8e120 100644
(file)
--- a/
networking/tftp.c
+++ b/
networking/tftp.c
@@
-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:l
m:", &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);