Module: sip-router
Branch: 3.1
Commit: ec672ad06125b86af81ba4b056e5853cf1086ece
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ec672ad…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Wed Sep 14 20:59:54 2011 +0200
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
(cherry picked from commit 260d43bb8bda0e9f0445d7d942dc10e976ff4621)
---
modules/tm/h_table.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/tm/h_table.h b/modules/tm/h_table.h
index ea8acd4..6dbca5d 100644
--- a/modules/tm/h_table.h
+++ b/modules/tm/h_table.h
@@ -313,7 +313,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;