]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-lspping.c
Fix spaces
[tcpdump] / print-lspping.c
index 02468d43893491d612e1d44088faa8e47ba30ead..077f07b1de96c767c3d18c4e4718787a4073db60 100644 (file)
@@ -30,7 +30,6 @@
 #include "l2vpn.h"
 #include "oui.h"
 
-static const char tstr[] = " [|lspping]";
 
 /*
  * LSPPING common header
@@ -1088,6 +1087,6 @@ tooshort:
     ND_PRINT("\n\t\t packet is too short");
     return;
 trunc:
-    ND_PRINT("%s", tstr);
+    nd_print_trunc(ndo);
     return;
 }