From 5288c578b8b45dc1486bd51811a3e4462a8a9597 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 23 May 2022 11:17:24 +0200 Subject: [PATCH] Fix client-pending-auth error message to say ERROR instead of SUCCESS Signed-off-by: Arne Schwabe Acked-by: Frank Lichtenheld Message-Id: <20220523091724.3418887-1-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24421.html Signed-off-by: Gert Doering (cherry picked from commit d681e9d42e11b08668fae6e7b61d6a040c93082d) --- src/openvpn/manage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openvpn/manage.c b/src/openvpn/manage.c index 8d2d9983c..1511fd85d 100644 --- a/src/openvpn/manage.c +++ b/src/openvpn/manage.c @@ -1029,8 +1029,8 @@ man_client_pending_auth(struct management *man, const char *cid_str, const char } else { - msg(M_CLIENT, "SUCCESS: client-pending-auth command failed." - " Extra paramter might be too long"); + msg(M_CLIENT, "ERROR: client-pending-auth command failed." + " Extra parameter might be too long"); } } else -- 2.47.2