patch-2.4.23 linux-2.4.23/net/core/sysctl_net_core.c

Next file: linux-2.4.23/net/core/wireless.c
Previous file: linux-2.4.23/net/core/pktgen.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/net/core/sysctl_net_core.c linux-2.4.23/net/core/sysctl_net_core.c
@@ -55,7 +55,7 @@
 	 &netdev_max_backlog, sizeof(int), 0644, NULL,
 	 &proc_dointvec},
 	{NET_CORE_NO_CONG_THRESH, "no_cong_thresh",
-	 &no_cong, sizeof(int), 0644, NULL,
+	 &no_cong_thresh, sizeof(int), 0644, NULL,
 	 &proc_dointvec},
 	{NET_CORE_NO_CONG, "no_cong",
 	 &no_cong, sizeof(int), 0644, NULL,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)