]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Remove a no more used 'volatile' qualifier
authorFrancois-Xavier Le Bail <[email protected]>
Fri, 23 Feb 2018 09:21:17 +0000 (10:21 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Fri, 23 Feb 2018 09:21:17 +0000 (10:21 +0100)
print-isakmp.c

index de8bf2bd2e07ab35cad43f96a5dfec32b14160f9..5ca215dabc8cdbc16b552bca22c2cf247b9ceafa 100644 (file)
@@ -2650,7 +2650,7 @@ ikev2_e_print(netdissect_options *ndo,
              int depth)
 {
        const u_char *dat;
-       volatile u_int dlen;
+       u_int dlen;
 #ifdef HAVE_LIBCRYPTO
        uint8_t np;
 #endif