patch-2.4.8 linux/net/sched/cls_route.c
Next file: linux/net/sched/cls_u32.c
Previous file: linux/net/packet/af_packet.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Tue Aug 7 08:30:50 2001
- Orig file:
v2.4.7/linux/net/sched/cls_route.c
- Orig date:
Wed Aug 18 11:38:49 1999
diff -u --recursive --new-file v2.4.7/linux/net/sched/cls_route.c linux/net/sched/cls_route.c
@@ -316,13 +316,14 @@
{
struct route4_head *head = (struct route4_head*)tp->root;
struct route4_filter **fp, *f = (struct route4_filter*)arg;
- unsigned h = f->handle;
+ unsigned h = 0;
struct route4_bucket *b;
int i;
if (!head || !f)
return -EINVAL;
+ h = f->handle;
b = f->bkt;
for (fp = &b->ht[from_hash(h>>16)]; *fp; fp = &(*fp)->next) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)