Browse Source

Fix #2687

pull/2689/head
Max Lv 4 years ago
parent
commit
33a1932023
1 changed files with 1 additions and 3 deletions
  1. 4
      src/plugin.c

4
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)

Loading…
Cancel
Save