diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-07-07 14:22:08 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-07-07 14:22:08 +0000 |
| commit | 9825166754db86db936caa32dbaeb5aebc993277 (patch) | |
| tree | 16de7eda4e17f3c57ed7b1eb85b78565023fdd8f /usr.sbin/ppp/nat_cmd.c | |
| parent | 3660ebc2c0564d3853dc9215823abb54e8e9e4cd (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/nat_cmd.c')
| -rw-r--r-- | usr.sbin/ppp/nat_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/nat_cmd.c b/usr.sbin/ppp/nat_cmd.c index 00610221644f5..4024bfeb4ca51 100644 --- a/usr.sbin/ppp/nat_cmd.c +++ b/usr.sbin/ppp/nat_cmd.c @@ -423,7 +423,7 @@ nat_LayerPull(struct bundle *bundle, struct link *l, struct mbuf *bp, case PKT_ALIAS_IGNORED: if (log_IsKept(LogTCPIP)) { log_Printf(LogTCPIP, "NAT engine ignored data:\n"); - PacketCheck(bundle, MBUF_CTOP(bp), bp->m_len, NULL); + PacketCheck(bundle, MBUF_CTOP(bp), bp->m_len, NULL, NULL); } break; |
