summaryrefslogtreecommitdiffstats
path: root/src/openvpn/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvpn/options.c')
-rw-r--r--src/openvpn/options.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/openvpn/options.c b/src/openvpn/options.c
index dd3f1e4..496eb5d 100644
--- a/src/openvpn/options.c
+++ b/src/openvpn/options.c
@@ -7038,7 +7038,6 @@ add_option (struct options *options,
options->pkcs11_id_management = true;
}
#endif
-#ifdef ENABLE_FEATURE_TUN_PERSIST
else if (streq (p[0], "rmtun"))
{
VERIFY_PERMISSION (OPT_P_GENERAL);
@@ -7051,7 +7050,6 @@ add_option (struct options *options,
options->persist_config = true;
options->persist_mode = 1;
}
-#endif
else if (streq (p[0], "peer-id"))
{
VERIFY_PERMISSION (OPT_P_PEER_ID);