Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.1 /net/ipv4/igmp.c

Filename:/net/ipv4/igmp.c
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.4.1-pre12  2.4.1-pre11  2.4.1-pre10  2.4.1-pre9  2.4.1-pre8  2.4.1-pre6 
(Following) 2.4.2-ac4  2.4.2-ac5  2.4.2-ac6  2.4.2-ac7  2.4.2-ac8  2.4.2-ac10 

Location
[  2.4.1
  [  net
    [  ipv4
       o  igmp.c

Patch

diff -u --recursive --new-file v2.4.0/linux/net/ipv4/igmp.c linux/net/ipv4/igmp.c
--- v2.4.0/linux/net/ipv4/igmp.c   Thu Sep  7 08:32:01 2000
+++ linux/net/ipv4/igmp.c   Tue Jan  9 10:54:57 2001
@@ -504,8 +504,8 @@
    im->timer.function=&igmp_timer_expire;
    im->unsolicit_count = IGMP_Unsolicited_Report_Count;
    im->reporter = 0;
-   im->loaded = 0;
 #endif
+   im->loaded = 0;
    write_lock_bh(&in_dev->lock);
    im->next=in_dev->mc_list;
    in_dev->mc_list=im;


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.