places: fix serialization of hash tables as place messages
I'm not sure why thinsg seemed to work before, but an existing test fails after recent chages.
This commit is contained in:
parent
de753399b6
commit
ec837e8eb1
|
@ -1907,9 +1907,10 @@ DEEP_HT3:
|
|||
so = IFS_POP;
|
||||
nht = IFS_POP;
|
||||
|
||||
if (set_mode) {
|
||||
if (set_mode)
|
||||
new_so = nht;
|
||||
}
|
||||
else
|
||||
new_so = so;
|
||||
RETURN;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user