]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix misedit.
authorGuy Harris <[email protected]>
Mon, 27 Apr 2015 01:37:43 +0000 (18:37 -0700)
committerGuy Harris <[email protected]>
Mon, 27 Apr 2015 01:37:43 +0000 (18:37 -0700)
print-isakmp.c

index 96e89c3d77d7973b908f0d48b150c373193a6ad1..d3f0eb7752d5687647ec334e6a4cc64a119da6c8 100644 (file)
@@ -2218,7 +2218,7 @@ ikev2_n_print(netdissect_options *ndo, u_char tpay _U_,
        const char *notify_name;
        uint32_t type;
 
-       p = (const const struct ikev2_n *)ext;
+       p = (const struct ikev2_n *)ext;
        ND_TCHECK(*p);
        UNALIGNED_MEMCPY(&n, ext, sizeof(n));
        ikev2_pay_print(ndo, NPSTR(ISAKMP_NPTYPE_N), n.h.critical);