Update route_replies.cpp

This commit is contained in:
Eric Mertens
2023-09-28 13:02:13 -07:00
committed by GitHub
parent b5edca59eb
commit 8c00ddb330
+1 -1
View File
@@ -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 */