Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58b82150 authored by Thomas Graf's avatar Thomas Graf Committed by David S. Miller
Browse files

[DECNET]: Remove unnecessary initilization of unused variable entries



This patch was supposed to be part of the neighbour tables related
patchset but apparently got lost.

Signed-off-by: default avatarThomas Graf <tgraf@suug.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0603eac0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -101,7 +101,6 @@ struct neigh_table dn_neigh_table = {
	.id =				"dn_neigh_cache",
	.parms ={
		.tbl =			&dn_neigh_table,
		.entries =		0,
		.base_reachable_time =	30 * HZ,
		.retrans_time =	1 * HZ,
		.gc_staletime =	60 * HZ,