aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/external.c
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2016-12-05 19:16:48 +0100
committerSverker Eriksson <[email protected]>2016-12-05 19:16:48 +0100
commit57e0fb97e74c48c502b2eb35990abf4396e04b52 (patch)
treef7ebaa2f0acff560d7cebf2934f4994d252bc06c /erts/emulator/beam/external.c
parentdf2f089ad064f502b8797f53640acdc46187862c (diff)
parent6c76bfa96c12b9f29e66baf3a2df7e84bb9b05ef (diff)
downloadotp-57e0fb97e74c48c502b2eb35990abf4396e04b52.tar.gz
otp-57e0fb97e74c48c502b2eb35990abf4396e04b52.tar.bz2
otp-57e0fb97e74c48c502b2eb35990abf4396e04b52.zip
Merge branch 'sverker/secret-atom'
Diffstat (limited to 'erts/emulator/beam/external.c')
-rw-r--r--erts/emulator/beam/external.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/erts/emulator/beam/external.c b/erts/emulator/beam/external.c
index a49b242d7c..10e452fa25 100644
--- a/erts/emulator/beam/external.c
+++ b/erts/emulator/beam/external.c
@@ -2163,12 +2163,8 @@ enc_atom(ErtsAtomCacheMap *acmp, Eterm atom, byte *ep, Uint32 dflags)
* We use this atom as sysname in local pid/port/refs
* for the ETS compressed format (DFLAG_INTERNAL_TAGS).
*
- * We used atom '' earlier but that turned out to cause problems
- * for buggy erl_interface/ic usage of c-nodes with empty node names.
- * A long atom reduces risk of nodes actually called this and the length
- * does not matter anyway as it's encoded with atom index (ATOM_INTERNAL_REF2).
*/
-#define INTERNAL_LOCAL_SYSNAME am_await_microstate_accounting_modifications
+#define INTERNAL_LOCAL_SYSNAME am_ErtsSecretAtom
static byte*
enc_pid(ErtsAtomCacheMap *acmp, Eterm pid, byte* ep, Uint32 dflags)