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:
1783ffa
)
fix a thinko in parse_pasv_epsv.c
author
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 6 Feb 2018 16:11:15 +0000
(17:11 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 6 Feb 2018 16:11:15 +0000
(17:11 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/parse_pasv_epsv.c
patch
|
blob
|
history
diff --git
a/networking/parse_pasv_epsv.c
b/networking/parse_pasv_epsv.c
index f320871525cfd2912e92a892a9a4f6c7253cfafd..14f4d42583065dbbb88f7b171d10200c506f5222 100644
(file)
--- a/
networking/parse_pasv_epsv.c
+++ b/
networking/parse_pasv_epsv.c
@@
-5,8
+5,8
@@
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
-//kbuild:lib-$(CONFIG_FTPGET) +=
ftpgetput
.o
-//kbuild:lib-$(CONFIG_FTPPUT) +=
ftpgetput
.o
+//kbuild:lib-$(CONFIG_FTPGET) +=
parse_pasv_epsv
.o
+//kbuild:lib-$(CONFIG_FTPPUT) +=
parse_pasv_epsv
.o
//kbuild:lib-$(CONFIG_WGET) += parse_pasv_epsv.o
#include "libbb.h"