From 76f52d83ff8f3e1a42fe810cc08e8714488353e6 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Mon, 15 May 2023 09:58:27 +0200 Subject: DVMRP: Update an error message This change will avoid having the keyword "invalid" twice as: [invalid ncount] (invalid) --- print-dvmrp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print-dvmrp.c') diff --git a/print-dvmrp.c b/print-dvmrp.c index 7d7ca075..6d6d7c19 100644 --- a/print-dvmrp.c +++ b/print-dvmrp.c @@ -321,7 +321,7 @@ print_neighbors2(netdissect_options *ndo, len -= 4; } if (ncount != -1) { - ND_PRINT(" [invalid ncount]"); + ND_PRINT(" [ncount %d]", ncount); goto invalid; } } -- cgit v1.2.1