Update FTP EPSV response processing for IPv6

This commit is contained in:
Daniel Thayer 2012-02-10 16:55:15 -06:00
parent 42d6440bb2
commit 74899e29fe
2 changed files with 3 additions and 3 deletions

View file

@ -270,7 +270,7 @@ event ftp_reply(c: connection, code: count, msg: string, cont_resp: bool) &prior
{
c$ftp$passive=T;
if ( code == 229 && data$h == 0.0.0.0 )
if ( code == 229 && data$h == :: )
data$h = id$resp_h;
ftp_data_expected[data$h, data$p] = c$ftp;