Fix crash on inserting links on simulation zone nodes. #107303

Merged

1 Commits

Author SHA1 Message Date
Lukas Tönne 7539e066e0 Fix crash on inserting links on simulation zone nodes.
When adding links to the sim zone nodes they modify the tosock/fromsock
with the socket generated for the new item. This search expects a socket
identifier rather than a name string. The identifier is now unique, so
that sockets can be reliably relinked, but the old code was using the
name instead.
2023-04-24 15:45:19 +02:00