Skip to content

Commit

Permalink
Remove "event_route.so" reference; Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu committed Sep 10, 2024
1 parent 07d59c2 commit bb41e4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion modules/registrar/test/opensips.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ modparam("tm", "auto_100trying", 0)

loadmodule "signaling.so"
loadmodule "registrar.so"
loadmodule "event_route.so"
loadmodule "event_routing.so"

modparam("registrar", "pn_enable", true)
Expand Down
2 changes: 0 additions & 2 deletions route.c
Original file line number Diff line number Diff line change
Expand Up @@ -1689,8 +1689,6 @@ int fix_rls(void)
}

for(i = 1; i< EVENT_RT_NO; i++) {
str st;

if(sroutes->event[i].a == NULL)
break;

Expand Down

0 comments on commit bb41e4b

Please sign in to comment.