diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-16 13:18:17 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-16 13:18:17 +0000 |
commit | 284d0faed6a1ec2adcc4b7aea31ae3d05b3b70d9 (patch) | |
tree | 3cfcea06c5a5c9e454edd39b58111ef38810882c /networking/ftpgetput.c | |
parent | 069e347863fa46f684ab6bd7e48cefd8fa74b629 (diff) | |
download | busybox-w32-284d0faed6a1ec2adcc4b7aea31ae3d05b3b70d9.tar.gz busybox-w32-284d0faed6a1ec2adcc4b7aea31ae3d05b3b70d9.tar.bz2 busybox-w32-284d0faed6a1ec2adcc4b7aea31ae3d05b3b70d9.zip |
random s/short/int/
add_cmd 1189 1190 +1
xconnect_ftpdata 118 117 -1
data_align 86 84 -2
process_files 2101 2096 -5
forkexec 1345 1334 -11
Diffstat (limited to 'networking/ftpgetput.c')
-rw-r--r-- | networking/ftpgetput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c index de11f912e..91f6fcd0d 100644 --- a/networking/ftpgetput.c +++ b/networking/ftpgetput.c | |||
@@ -72,7 +72,7 @@ static int ftpcmd(const char *s1, const char *s2, FILE *stream, char *buf) | |||
72 | static int xconnect_ftpdata(ftp_host_info_t *server, char *buf) | 72 | static int xconnect_ftpdata(ftp_host_info_t *server, char *buf) |
73 | { | 73 | { |
74 | char *buf_ptr; | 74 | char *buf_ptr; |
75 | unsigned short port_num; | 75 | unsigned port_num; |
76 | 76 | ||
77 | /* Response is "NNN garbageN1,N2,N3,N4,P1,P2[)garbage] | 77 | /* Response is "NNN garbageN1,N2,N3,N4,P1,P2[)garbage] |
78 | * Server's IP is N1.N2.N3.N4 (we ignore it) | 78 | * Server's IP is N1.N2.N3.N4 (we ignore it) |