]> The Tcpdump Group git mirrors - tcpdump/commitdiff
RRCP: remove extra return
authorDenis Ovsienko <[email protected]>
Mon, 10 Feb 2014 10:19:04 +0000 (14:19 +0400)
committerDenis Ovsienko <[email protected]>
Mon, 10 Feb 2014 10:19:04 +0000 (14:19 +0400)
print-rrcp.c

index d2cbc5c181db284261ce6e676d00c63b13e689d7..f5a9dff63c143966017384113117be394c7b5ceb 100644 (file)
@@ -125,8 +125,6 @@ rrcp_print(netdissect_options *ndo,
                    EXTRACT_32BITS(rrcp + RRCP_COOKIE2_OFFSET),
                    EXTRACT_32BITS(rrcp + RRCP_COOKIE1_OFFSET)));
        }
-        if (!ndo->ndo_vflag)
-            return;
        return;
 
 trunc: