From: Francois-Xavier Le Bail Date: Thu, 20 Mar 2014 08:44:48 +0000 (+0100) Subject: print-tipc: variable 'prev_node' is reassigned the same value X-Git-Tag: tcpdump-4.6.0~163 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/94b28f43b5c95af7591305e65b07471f230c9371 print-tipc: variable 'prev_node' is reassigned the same value --- diff --git a/print-tipc.c b/print-tipc.c index 1e3a373f..809c50db 100644 --- a/print-tipc.c +++ b/print-tipc.c @@ -309,7 +309,6 @@ print_link_conf(netdissect_options *ndo, const struct link_conf_tipc_pkthdr *ap) msize = TIPC_MSIZE(w0); w1 = EXTRACT_32BITS(&ap->w1); mtype = TIPC_MTYPE(w1); - prev_node = EXTRACT_32BITS(&ap->prev_node); dest_domain = EXTRACT_32BITS(&ap->dest_domain); prev_node = EXTRACT_32BITS(&ap->prev_node);