diff options
| author | Andre Oppermann <andre@FreeBSD.org> | 2003-11-20 20:07:39 +0000 |
|---|---|---|
| committer | Andre Oppermann <andre@FreeBSD.org> | 2003-11-20 20:07:39 +0000 |
| commit | 97d8d152c28bb596e1c310d9842db5d0314207b2 (patch) | |
| tree | f947a08d66395dd498056038f0c360783fa281c7 /sys/netinet/raw_ip.c | |
| parent | 26d02ca7babf8bb8d1e2b9c8cb3e18ec0fcd1317 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/raw_ip.c')
| -rw-r--r-- | sys/netinet/raw_ip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c index 632e00a17285..0a76a7f68f59 100644 --- a/sys/netinet/raw_ip.c +++ b/sys/netinet/raw_ip.c @@ -302,7 +302,7 @@ rip_output(struct mbuf *m, struct socket *so, u_long dst) if (inp->inp_flags & INP_ONESBCAST) flags |= IP_SENDONES; - return (ip_output(m, inp->inp_options, &inp->inp_route, flags, + return (ip_output(m, inp->inp_options, NULL, flags, inp->inp_moptions, inp)); } |
