소스 검색

- a bugfix

Jan Janak 22 년 전
부모
커밋
03d4fa7eb0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      modules/tm/uac.c

+ 1 - 0
modules/tm/uac.c

@@ -292,6 +292,7 @@ int request(str* m, str* ruri, str* to, str* from, str* h, str* b, transaction_c
 	}
 
 	res = t_uac(m, h, b, dialog, c, cp);
+	dialog->rem_target.s = 0;
 	free_dlg(dialog);
 	return res;