Skip to content

Commit

Permalink
Fix cgr_conn_schedule() -> nop() workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Nov 30, 2023
1 parent a75fb11 commit 4f88920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cgrates/cgrates_engine.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static void cgr_conn_schedule(struct cgr_conn *c)

#else /* HAVE_TIMER_FD */
#warning Your GLIB is too old, disabling cgrates async re-connect!!!
#define cgr_conn_schedule()
#define cgr_conn_schedule(...)
#endif /* HAVE_TIMER_FD */

void cgrc_conn_rpc(int sender, void *p)
Expand Down

0 comments on commit 4f88920

Please sign in to comment.