Browse Source

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 years ago
parent
commit
260d43bb8b
1 changed files with 1 additions and 1 deletions
  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;