Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162792295
D4898.id12564.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
471 B
Referenced Files
None
Subscribers
None
D4898.id12564.diff
View Options
Index: head/sys/netinet/igmp.c
===================================================================
--- head/sys/netinet/igmp.c
+++ head/sys/netinet/igmp.c
@@ -659,16 +659,12 @@
void
igmp_domifdetach(struct ifnet *ifp)
{
- struct igmp_ifsoftc *igi;
CTR3(KTR_IGMPV3, "%s: called for ifp %p(%s)",
__func__, ifp, ifp->if_xname);
IGMP_LOCK();
-
- igi = ((struct in_ifinfo *)ifp->if_afdata[AF_INET])->ii_igmp;
igi_delete_locked(ifp);
-
IGMP_UNLOCK();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 17, 11:00 PM (9 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35179792
Default Alt Text
D4898.id12564.diff (471 B)
Attached To
Mode
D4898: Remove dead code from igmp.c
Attached
Detach File
Event Timeline
Log In to Comment