diff options
| author | 2007-10-09 06:33:17 +0000 | |
|---|---|---|
| committer | 2007-10-09 06:33:17 +0000 | |
| commit | 0e9968bb69f9686bf2872331689268e812e5f9de (patch) | |
| tree | 45deaac3340b7256752922742d78914c38e01f5a /usr.sbin/ospf6d/interface.c | |
| parent | Bye bye in_cksum.c, you're not needed here anymore. (diff) | |
| download | wireguard-openbsd-0e9968bb69f9686bf2872331689268e812e5f9de.tar.xz wireguard-openbsd-0e9968bb69f9686bf2872331689268e812e5f9de.zip | |
Unneeded and to noisy debug output
Diffstat (limited to 'usr.sbin/ospf6d/interface.c')
| -rw-r--r-- | usr.sbin/ospf6d/interface.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/interface.c b/usr.sbin/ospf6d/interface.c index a818ae74996..8f9fc0ce733 100644 --- a/usr.sbin/ospf6d/interface.c +++ b/usr.sbin/ospf6d/interface.c @@ -1,4 +1,4 @@ -/* $OpenBSD: interface.c,v 1.2 2007/10/09 06:17:40 claudio Exp $ */ +/* $OpenBSD: interface.c,v 1.3 2007/10/09 06:33:17 claudio Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -739,7 +739,6 @@ if_set_mcast(struct iface *iface) switch (iface->type) { case IF_TYPE_POINTOPOINT: case IF_TYPE_BROADCAST: - log_debug("if_set_mcast: iface %s", iface->name); if (setsockopt(iface->fd, IPPROTO_IPV6, IPV6_MULTICAST_IF, &iface->ifindex, sizeof(iface->ifindex)) < 0) { log_debug("if_set_mcast: error setting " |
