From 33a1932023a7921950f46c08948fc5561b76b720 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Fri, 17 Apr 2020 13:42:30 +0800 Subject: [PATCH] Fix #2687 --- src/plugin.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/plugin.c b/src/plugin.c index ced4bed4..48c614cf 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -111,9 +111,7 @@ start_ss_plugin(const char *plugin, exec = cork_exec_new(plugin); cork_exec_add_param(exec, plugin); // argv[0] - extern int fast_open; - if (fast_open) - cork_exec_add_param(exec, "--fast-open"); + #ifdef __ANDROID__ extern int vpn; if (vpn)