diff options
| author | Qing Li <qingli@FreeBSD.org> | 2008-12-15 06:10:57 +0000 |
|---|---|---|
| committer | Qing Li <qingli@FreeBSD.org> | 2008-12-15 06:10:57 +0000 |
| commit | 6e6b3f7cbc89cf29eafdfa6d1613c6b1a37c364b (patch) | |
| tree | 281ff6a89cacadf7e72f506b037ca41229a23bf6 /sys/netinet6/ip6_output.c | |
| parent | 5d42c423690d3bc0751ea418ad945bb54c5c747d (diff) | |
Notes
Diffstat (limited to 'sys/netinet6/ip6_output.c')
| -rw-r--r-- | sys/netinet6/ip6_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c index 6e5d0d03867c..c0f614f554d8 100644 --- a/sys/netinet6/ip6_output.c +++ b/sys/netinet6/ip6_output.c @@ -615,7 +615,7 @@ again: dst_sa.sin6_len = sizeof(dst_sa); dst_sa.sin6_addr = ip6->ip6_dst; if ((error = in6_selectroute(&dst_sa, opt, im6o, ro, - &ifp, &rt, 0)) != 0) { + &ifp, &rt)) != 0) { switch (error) { case EHOSTUNREACH: V_ip6stat.ip6s_noroute++; |
