From 45a1da4e9dfdb912ea0bdff69d772618d8ce460f Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Fri, 2 Mar 2018 14:32:44 +0100 Subject: erts: Correctly ignore +secio true This is a fix for a bug introduced in 22cde2bda --- erts/emulator/beam/erl_init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'erts') diff --git a/erts/emulator/beam/erl_init.c b/erts/emulator/beam/erl_init.c index 4846ccd2d3..e8048cfdfc 100644 --- a/erts/emulator/beam/erl_init.c +++ b/erts/emulator/beam/erl_init.c @@ -1746,6 +1746,7 @@ erl_start(int argc, char **argv) } else if (has_prefix("ecio", sub_param)) { /* ignore argument, eager check io no longer used */ + arg = get_arg(sub_param+4, argv[i+1], &i); } else if (has_prefix("pp", sub_param)) { arg = get_arg(sub_param+2, argv[i+1], &i); -- cgit v1.2.3