]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-isoclns.c
Fix spaces
[tcpdump] / print-isoclns.c
index 241d6087e912698e9a4e3f35adbc8f16aea64dd4..b9935ebd2f2cea5675e413d2d26527b07e2255cf 100644 (file)
@@ -903,7 +903,7 @@ clnp_print(netdissect_options *ndo,
         }
 
         /* now walk the options */
-        while (li_remaining >= 2) {
+        while (li_remaining != 0) {
             u_int op, opli;
             const uint8_t *tptr;