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

Commit b68c9246 authored by Hagen Paul Pfeifer's avatar Hagen Paul Pfeifer Committed by David S. Miller
Browse files

sctp: eliminate useless code



Remove duplicate declaration of symbol: struct hlist_node *node was
already declared, the seconds declaration shadows the first one.

CC: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: default avatarHagen Paul Pfeifer <hagen@jauu.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8379d070
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5481,7 +5481,6 @@ static long sctp_get_port_local(struct sock *sk, union sctp_addr *addr)
		 */
		int reuse = sk->sk_reuse;
		struct sock *sk2;
		struct hlist_node *node;

		SCTP_DEBUG_PRINTK("sctp_get_port() found a possible match\n");
		if (pp->fastreuse && sk->sk_reuse &&