ソースを参照

dialog: removed unused parameter for kemi update state function

Daniel-Constantin Mierla 8 ヶ月 前
コミット
ced878347c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/modules/dialog/dialog.c

+ 1 - 1
src/modules/dialog/dialog.c

@@ -1225,7 +1225,7 @@ static int w_dlg_set_state(sip_msg_t *msg, char *pstate, char *p2)
 /**
  *
  */
-static int ki_dlg_update_state(sip_msg_t *msg, str *state)
+static int ki_dlg_update_state(sip_msg_t *msg)
 {
 	return dlg_update_state(msg);
 }