From d8d56e97ed562b6afb27b513bedc795f1e5fcda0 Mon Sep 17 00:00:00 2001 From: bdhhbdhh <44903340+bdhhbdhh@users.noreply.github.com> Date: Wed, 1 Nov 2023 06:47:03 +0000 Subject: [PATCH] Added missing items to the array logMessages. --- src/rinetd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rinetd.c b/src/rinetd.c index 526320d..0428453 100644 --- a/src/rinetd.c +++ b/src/rinetd.c @@ -90,6 +90,7 @@ char const *logMessages[] = { "local-bind-failed -", "local-connect-failed -", "opened", + "allowed", "not-allowed", "denied", };