diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2000-11-01 01:59:28 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2000-11-01 01:59:28 +0000 |
| commit | ffa37b3f9b7f7e8f3c38f9185570069c9dea1e82 (patch) | |
| tree | efb11673d4095945b8cf2a25e3db2b8a4c653b53 /sys/netinet | |
| parent | 160325d6e6939ff4dce55e8424e137cc69c5f00d (diff) | |
Notes
Diffstat (limited to 'sys/netinet')
| -rw-r--r-- | sys/netinet/ip_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index 2e7976ba62d8..21cdc0c3287d 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -766,7 +766,7 @@ pass: goto bad; } } else { - /* nobody uses ia beyond here */ + ia = ifatoia(ro->ro_rt->rt_ifa); ifp = ro->ro_rt->rt_ifp; } |
