]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-atm.c
change make check to work with POSIX shell
[tcpdump] / print-atm.c
index 596e406ccab63261f16178babcb5a8a8043e2e76..bfaa9ea4533abd800bcb85866c7e6a7e4f81293e 100644 (file)
@@ -262,7 +262,7 @@ atm_if_print(netdissect_options *ndo,
         if (*p == LLC_UI) {
             if (ndo->ndo_eflag)
                 ND_PRINT((ndo, "CNLPID "));
-            isoclns_print(ndo, p + 1, length - 1, caplen - 1);
+            isoclns_print(ndo, p + 1, length - 1);
             return hdrlen;
         }