diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-06-06 21:52:37 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-06-06 21:52:37 +0000 |
| commit | b5ce85fe32920f7965dcc8947e982023e0369d9f (patch) | |
| tree | 356f56b195182ddb1e8cb18522dc243ed98fae58 /lib/libalias/alias_ftp.c | |
| parent | b8760493348f530ee5a617acdf3bc49d1bdefce7 (diff) | |
Notes
Diffstat (limited to 'lib/libalias/alias_ftp.c')
| -rw-r--r-- | lib/libalias/alias_ftp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libalias/alias_ftp.c b/lib/libalias/alias_ftp.c index df6d02c1d3db..c6d449d05723 100644 --- a/lib/libalias/alias_ftp.c +++ b/lib/libalias/alias_ftp.c @@ -152,8 +152,10 @@ NewFtpPortCommand(struct ip *pip, int slen, hlen, tlen, dlen; struct tcphdr *tc; +#ifndef NO_FW_PUNCH /* Punch hole in firewall */ PunchFWHole(ftp_link); +#endif /* Calculate data length of TCP packet */ tc = (struct tcphdr *) ((char *) pip + (pip->ip_hl << 2)); |
