浏览代码

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;