patch-2.2.18 linux/drivers/net/ipddp.c
Next file: linux/drivers/net/irda/toshoboe.c
Previous file: linux/drivers/net/ibmtr.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Thu Aug 31 15:19:44 2000
- Orig file:
v2.2.17/drivers/net/ipddp.c
- Orig date:
Fri Apr 21 12:46:17 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/drivers/net/ipddp.c linux/drivers/net/ipddp.c
@@ -242,7 +242,10 @@
rt->next = NULL;
rt->dev = atrtr_get_dev(&rt->at);
if(rt->dev == NULL)
+ {
+ kfree(rt);
return (-ENETUNREACH);
+ }
test = ipddp_find_route(rt);
if(test != NULL)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)