mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-04-21 06:07:32 -04:00
Fix naming error in sample-plugins/defer/simple.c
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>
This commit is contained in:
parent
452e016cba
commit
2d7e1954ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue