summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/plugin.c
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-04-01 01:30:35 +0200
committerArne Schwabe <arne@rfc2549.org>2013-04-01 01:30:35 +0200
commit27ab1f2c4615cb395d6870cff21288e9e0e5a2c2 (patch)
treea403b76320d4c6811eb4444826c91a21820d498f /openvpn/src/openvpn/plugin.c
parentd081ec36043019d152eab4970bf3f22b923e8b55 (diff)
Update OpenVPN to 2.3.1
Diffstat (limited to 'openvpn/src/openvpn/plugin.c')
-rw-r--r--openvpn/src/openvpn/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn/src/openvpn/plugin.c b/openvpn/src/openvpn/plugin.c
index 83f79e4f..c96c121f 100644
--- a/openvpn/src/openvpn/plugin.c
+++ b/openvpn/src/openvpn/plugin.c
@@ -155,7 +155,7 @@ plugin_option_list_add (struct plugin_option_list *list, char **p, struct gc_are
return false;
}
-#ifdef ENABLE_DEBUG
+#ifndef ENABLE_SMALL
void
plugin_option_list_print (const struct plugin_option_list *list, int msglevel)
{