From 8c00ddb33079691fa3386316ac460fa26355b4a1 Mon Sep 17 00:00:00 2001 From: Eric Mertens Date: Thu, 28 Sep 2023 13:02:13 -0700 Subject: [PATCH] Update route_replies.cpp --- modules/route_replies.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/route_replies.cpp b/modules/route_replies.cpp index 583b4f33..3ed1709e 100644 --- a/modules/route_replies.cpp +++ b/modules/route_replies.cpp @@ -25,7 +25,7 @@ struct reply { // TODO this list is far from complete, no errors are handled static const struct { const char* szRequest; - struct reply vReplies[20]; + struct reply vReplies[21]; } vRouteReplies[] = { {"WHO", {{"402", true}, /* rfc1459 ERR_NOSUCHSERVER */