diff options
author | Lukas Larsson <[email protected]> | 2018-08-03 09:49:30 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-08-03 09:49:30 +0200 |
commit | 6eb0ac82908ebd9b6aa2b14b96cc699c97f0576f (patch) | |
tree | ee5b1c528bed10a01be84777ed4114b433cf60f5 /erts/emulator/beam/dist.c | |
parent | baf4d126ba0622e35eb881d199ce99f42b60e31b (diff) | |
parent | 0ae934aa008f9ff2a929eafc52811fcde619631a (diff) | |
download | otp-6eb0ac82908ebd9b6aa2b14b96cc699c97f0576f.tar.gz otp-6eb0ac82908ebd9b6aa2b14b96cc699c97f0576f.tar.bz2 otp-6eb0ac82908ebd9b6aa2b14b96cc699c97f0576f.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/beam/dist.c')
-rw-r--r-- | erts/emulator/beam/dist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/dist.c b/erts/emulator/beam/dist.c index 61090e2c47..146c00b07d 100644 --- a/erts/emulator/beam/dist.c +++ b/erts/emulator/beam/dist.c @@ -3672,6 +3672,7 @@ int erts_auto_connect(DistEntry* dep, Process *proc, ErtsProcLocks proc_locks) dhandle = erts_build_dhandle(&hp, ohp, dep); msg = TUPLE4(hp, am_auto_connect, dep->sysname, make_small(conn_id), dhandle); + ERL_MESSAGE_TOKEN(mp) = am_undefined; erts_queue_proc_message(proc, net_kernel, nk_locks, mp, msg); erts_proc_unlock(net_kernel, nk_locks); } |