diff options
| author | Bosko Milekic <bmilekic@FreeBSD.org> | 2001-03-11 05:31:45 +0000 |
|---|---|---|
| committer | Bosko Milekic <bmilekic@FreeBSD.org> | 2001-03-11 05:31:45 +0000 |
| commit | fef5fd231531bd66a8b09083b1f387c93f43d39a (patch) | |
| tree | 8b9229f14b6aa5064675660bfee427039547cc0e /sys/net/if_ethersubr.c | |
| parent | abbc9c16f2aa6e8c4121b062a274d65e5f2564e4 (diff) | |
Notes
Diffstat (limited to 'sys/net/if_ethersubr.c')
| -rw-r--r-- | sys/net/if_ethersubr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 57baa2107d40..97beae9599cd 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -184,8 +184,7 @@ ether_output(ifp, m, dst, rt0) #ifdef INET6 case AF_INET6: if (!nd6_storelladdr(&ac->ac_if, rt, m, dst, (u_char *)edst)) { - /* this must be impossible, so we bark */ - printf("nd6_storelladdr failed\n"); + /* Something bad happened */ return(0); } off = m->m_pkthdr.len - m->m_len; |
