fixed a bug where a reference value was passed to a user-defined function. a reference value should have been evaluated to a non-reference value before given to a user-defined function. it's a new bug introduced over a few previous commits done to support hawk::call()

This commit is contained in:
2020-04-14 06:47:46 +00:00
parent f827a94d64
commit 11fe4e17ad
2 changed files with 25 additions and 55 deletions

View File

@ -177,14 +177,6 @@ function handle_bridge_event (&brtab, fd, mx, evmask)
{
if (evmask & sys::MUX_EVT_OUT)
{
{
@local i;
print typename(brtab);
for (i in brtab)
{
print i, brtab[i];
}
}
if ((fd,"connecting") in brtab)
{
## remote peer connection