From: Arne Schwabe Date: Mon, 23 May 2022 09:17:24 +0000 (+0200) Subject: Fix client-pending-auth error message to say ERROR instead of SUCCESS X-Git-Tag: v2.5.7~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5288c578b8b45dc1486bd51811a3e4462a8a9597;p=thirdparty%2Fopenvpn.git 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) --- 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