소스 검색

tm: proper data type for xavp in tm_xdata_t struct

- reported by Juha Heinanen
- no real effect on branch 3.1 as xavps not enabled, but anyhow safer
Daniel-Constantin Mierla 14 년 전
부모
커밋
260d43bb8b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/tm/h_table.h

+ 1 - 1
modules/tm/h_table.h

@@ -312,7 +312,7 @@ typedef struct tm_xdata
 	struct usr_avp *domain_avps_from;
 	struct usr_avp *domain_avps_to;
 #ifdef WITH_XAVP
-	sr_xavp_t **xavps_list;
+	sr_xavp_t *xavps_list;
 #endif
 } tm_xdata_t;