From 23249c5cd8e9c8b19fc63558c454291f9b7a24ed Mon Sep 17 00:00:00 2001 From: Heydar Elahi Date: Wed, 9 Aug 2017 10:44:19 +0430 Subject: [PATCH] Protocol violation location mistake in error message I changed "id.28-to-id.28" to "id.28-to-id.21" --- lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.c b/lib.c index 57d8704..ac34fe2 100644 --- a/lib.c +++ b/lib.c @@ -463,7 +463,7 @@ static const char *protocol_violation_types[] = { static const char *protocol_violation_locations[] = { "unspecified", "unspecified", - "id.28-to-id.28", + "id.28-to-id.21", "start-of-frame", "bit-srtr", "bit-ide",