--- tcp.c.0 Wed Feb 20 09:50:53 2002 +++ tcp.c Tue Feb 19 15:29:53 2002 @@ -2564,6 +2564,7 @@ #ifdef CONFIG_WEB100_STATS memset(web100stats_arr, 0, WEB100_MAX_CONNS * sizeof (web100stats_arr[0])); + web100_netlink_init(); printk("Web100 %s: Initialization successful\n", web100_version_string); #endif }