|
From: Heiko H. <he...@is...> - 2022-05-27 01:25:23
|
Signed-off-by: Heiko Hund <he...@is...>
---
src/openvpn/options.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/src/openvpn/options.c b/src/openvpn/options.c
index 65f4d889..bc3fd6a2 100644
--- a/src/openvpn/options.c
+++ b/src/openvpn/options.c
@@ -5531,13 +5531,6 @@ add_option(struct options *options,
print_default_gateway(M_INFO, &rgi, &rgi6);
openvpn_exit(OPENVPN_EXIT_STATUS_GOOD); /* exit point */
}
-#endif
-#if 0
- else if (streq(p[0], "foreign-option") && p[1])
- {
- VERIFY_PERMISSION(OPT_P_IPWIN32);
- foreign_option(options, p, 3, es);
- }
#endif
else if (streq(p[0], "echo") || streq(p[0], "parameter"))
{
--
2.32.0
|