patch-2.4.6 linux/net/core/neighbour.c
Next file: linux/net/core/sock.c
Previous file: linux/net/core/dev.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Jun 11 19:15:27 2001
- Orig file:
v2.4.5/linux/net/core/neighbour.c
- Orig date:
Tue Nov 28 21:53:45 2000
diff -u --recursive --new-file v2.4.5/linux/net/core/neighbour.c linux/net/core/neighbour.c
@@ -308,7 +308,7 @@
}
/* Device specific setup. */
- if (n->parms && n->parms->neigh_setup &&
+ if (n->parms->neigh_setup &&
(error = n->parms->neigh_setup(n)) < 0) {
neigh_release(n);
return ERR_PTR(error);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)