Skip to content

Commit

Permalink
rtpengine: bring master up-to-date with socket refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
john08burke committed Apr 18, 2022
1 parent 096bc75 commit 2a1b57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rtpengine/rtpengine.c
Original file line number Diff line number Diff line change
Expand Up @@ -2381,7 +2381,7 @@ static struct rtpe_node *get_rtpe_node(str *node, struct rtpe_set *set)
struct rtpe_node *rnode;

/* check last list version */
if (my_version != *list_version && update_rtpengines() < 0) {
if (my_version != *list_version && update_rtpengines(0) < 0) {
LM_ERR("cannot update rtpengines list\n");
return NULL;
}
Expand Down

0 comments on commit 2a1b57d

Please sign in to comment.