12 lines
454 B
Diff
12 lines
454 B
Diff
|
--- vsftpd-2.0.5/postlogin.c.old 2007-06-29 11:32:01.000000000 +0200
|
||
|
+++ vsftpd-2.0.5/postlogin.c 2007-06-29 11:32:13.000000000 +0200
|
||
|
@@ -607,7 +607,7 @@
|
||
|
str_append_ulong(&s_pasv_res_str, the_port >> 8);
|
||
|
str_append_text(&s_pasv_res_str, ",");
|
||
|
str_append_ulong(&s_pasv_res_str, the_port & 255);
|
||
|
- str_append_text(&s_pasv_res_str, ")");
|
||
|
+ str_append_text(&s_pasv_res_str, ").");
|
||
|
vsf_cmdio_write_str(p_sess, FTP_PASVOK, &s_pasv_res_str);
|
||
|
}
|
||
|
|