소스 검색

textopsx: copy msg->hash_index in msg_apply_changes()

- patch by Hugh Waite
Daniel-Constantin Mierla 14 년 전
부모
커밋
c0eb441000
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      modules/textopsx/textopsx.c

+ 1 - 0
modules/textopsx/textopsx.c

@@ -128,6 +128,7 @@ static int msg_apply_changes_f(sip_msg_t *msg, char *str1, char *str2)
 	msg->set_global_port    = tmp.set_global_port;
 	msg->flags              = tmp.flags;
 	msg->msg_flags          = tmp.msg_flags;
+	msg->hash_index         = tmp.hash_index;
 	msg->force_send_socket  = tmp.force_send_socket;
 	msg->fwd_send_flags     = tmp.fwd_send_flags;
 	msg->rpl_send_flags     = tmp.rpl_send_flags;