Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <
519F5ED0.
4070109@nikhef.nl>
URL: http://article.gmane.org/gmane.network.openvpn.devel/7605
Signed-off-by: Gert Doering <gert@greenie.muc.de>
#ifdef ENABLE_OCC
else if (streq (p[0], "explicit-exit-notify"))
{
- VERIFY_PERMISSION (OPT_P_GENERAL|OPT_P_CONNECTION);
-/* VERIFY_PERMISSION (OPT_P_EXPLICIT_NOTIFY); */
+ VERIFY_PERMISSION (OPT_P_GENERAL|OPT_P_CONNECTION|OPT_P_EXPLICIT_NOTIFY);
if (p[1])
{
options->ce.explicit_exit_notification = positive_atoi (p[1]);