Browse Source

ims_icscf: use proper timer_function parameters

fix #4370
Victor Seva 1 week ago
parent
commit
bf24361bb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/ims_icscf/scscf_list.c

+ 1 - 1
src/modules/ims_icscf/scscf_list.c

@@ -622,7 +622,7 @@ int cscf_reply_transactional_async(
  * @returns the tmb.t_reply() result
  */
 
-void ims_icscf_timer_routine()
+void ims_icscf_timer_routine(unsigned int ticks, void *param)
 {
 	//run through scscf_list and decide if they should be removed!
 	scscf_list *l, *tmp;