]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fix client-pending-auth error message to say ERROR instead of SUCCESS
authorArne Schwabe <arne@rfc2549.org>
Mon, 23 May 2022 09:17:24 +0000 (11:17 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 24 May 2022 07:41:03 +0000 (09:41 +0200)
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
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 <gert@greenie.muc.de>
(cherry picked from commit d681e9d42e11b08668fae6e7b61d6a040c93082d)

src/openvpn/manage.c

index 8d2d9983c33ceda7e91a76a50038a439ff635ec5..1511fd85db857fdbd9a24673dd298e73e1b1fd01 100644 (file)
@@ -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