]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fix naming error in sample-plugins/defer/simple.c
authorGreg Cox <gcox@mozilla.com>
Mon, 25 Jan 2021 07:15:57 +0000 (07:15 +0000)
committerGert Doering <gert@greenie.muc.de>
Mon, 25 Jan 2021 07:21:54 +0000 (08:21 +0100)
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1611558957-2958-1-git-send-email-gcox@mozilla.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg21482.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 2d7e1954cae51ff317de886cc6b6c2daab7b59ea)

sample/sample-plugins/defer/simple.c

index b3c2fee48f8d2c10b10a09e8aadc1995e9cf067d..22bc22765d6773d3ea2344a328faf5008b0c5d89 100644 (file)
@@ -148,7 +148,7 @@ openvpn_plugin_open_v3(const int v3structver,
     /* Check API compatibility -- struct version 5 or higher needed */
     if (v3structver < 5)
     {
-        fprintf(stderr, "sample-client-connect: this plugin is incompatible with the running version of OpenVPN\n");
+        fprintf(stderr, "%s: this plugin is incompatible with the running version of OpenVPN\n", MODULE);
         return OPENVPN_PLUGIN_FUNC_ERROR;
     }