aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-03-02 14:32:44 +0100
committerLukas Larsson <[email protected]>2018-03-02 14:32:44 +0100
commit45a1da4e9dfdb912ea0bdff69d772618d8ce460f (patch)
treee73bc4c962c0355d063a7e01804c98f83652b26a /erts
parent90c4ae8355240bd29eb229ae1fd26a2cc37ecb94 (diff)
downloadotp-45a1da4e9dfdb912ea0bdff69d772618d8ce460f.tar.gz
otp-45a1da4e9dfdb912ea0bdff69d772618d8ce460f.tar.bz2
otp-45a1da4e9dfdb912ea0bdff69d772618d8ce460f.zip
erts: Correctly ignore +secio true
This is a fix for a bug introduced in 22cde2bda
Diffstat (limited to 'erts')
-rw-r--r--erts/emulator/beam/erl_init.c1
1 files changed, 1 insertions, 0 deletions
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);