Protocol violation location mistake in error message
I changed "id.28-to-id.28" to "id.28-to-id.21"pull/48/head
parent
243bab70d5
commit
23249c5cd8
2
lib.c
2
lib.c
|
|
@ -463,7 +463,7 @@ static const char *protocol_violation_types[] = {
|
||||||
static const char *protocol_violation_locations[] = {
|
static const char *protocol_violation_locations[] = {
|
||||||
"unspecified",
|
"unspecified",
|
||||||
"unspecified",
|
"unspecified",
|
||||||
"id.28-to-id.28",
|
"id.28-to-id.21",
|
||||||
"start-of-frame",
|
"start-of-frame",
|
||||||
"bit-srtr",
|
"bit-srtr",
|
||||||
"bit-ide",
|
"bit-ide",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue