patch-2.4.23 linux-2.4.23/net/bridge/br_stp_bpdu.c
Next file: linux-2.4.23/net/core/Makefile
Previous file: linux-2.4.23/net/bridge/br_forward.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
2003-11-28 10:26:21.000000000 -0800
- Orig file:
linux-2.4.22/net/bridge/br_stp_bpdu.c
- Orig date:
2003-08-25 04:44:44.000000000 -0700
diff -urN linux-2.4.22/net/bridge/br_stp_bpdu.c linux-2.4.23/net/bridge/br_stp_bpdu.c
@@ -194,6 +194,6 @@
}
err:
- kfree(skb);
+ kfree_skb(skb);
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)