]> 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:39:39 +0000 (09:39 +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>
src/openvpn/manage.c

index ba9f806b8d29c9e7094fce46b10f45ee69117d31..58a17347fa69c220d7345ce3f9df84236e0b61ac 100644 (file)
@@ -989,8 +989,8 @@ man_client_pending_auth(struct management *man, const char *cid_str,
             }
             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