diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-12-06 09:00:26 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-12-06 09:00:26 +0000 |
| commit | 18c1802e42ae6db47550f4d4a93be990649de1a3 (patch) | |
| tree | c2ce7ea7b8da6eb4dbd2c665b953a6bfa2b54bcf /lib/libalias | |
| parent | 3060fe60ce6759d9ef8ab18bbc947c9ba0b560e9 (diff) | |
Notes
Diffstat (limited to 'lib/libalias')
| -rw-r--r-- | lib/libalias/alias_ftp.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libalias/alias_ftp.c b/lib/libalias/alias_ftp.c index 4bab9d63c83e..20695bde0ca6 100644 --- a/lib/libalias/alias_ftp.c +++ b/lib/libalias/alias_ftp.c @@ -475,11 +475,8 @@ NewFtpMessage(struct ip *pip, struct tcphdr *tc; #ifndef NO_FW_PUNCH - if (ftp_message_type == FTP_PORT_COMMAND || - ftp_message_type == FTP_EPRT_COMMAND) { - /* Punch hole in firewall */ - PunchFWHole(ftp_link); - } + /* Punch hole in firewall */ + PunchFWHole(ftp_link); #endif /* Calculate data length of TCP packet */ |
