Skip to content

Commit

Permalink
event_route: allow a 'route' subscriber to be used from event_virtual
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlad-patrascu committed Nov 24, 2021
1 parent 85e0e53 commit 447a88a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/event_route/event_route.c
Expand Up @@ -233,6 +233,8 @@ static evi_reply_sock* scriptroute_parse(str socket)
LM_DBG("route is <%.*s> idx %d\n", sock->address.len, sock->address.s, idx);
sock->flags |= EVI_ADDRESS;

sock->flags |= SCRIPTROUTE_FLAG;

return sock;
}

Expand Down

0 comments on commit 447a88a

Please sign in to comment.