summaryrefslogtreecommitdiff
path: root/pjsip
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip')
-rw-r--r--pjsip/src/pjsip/sip_ua_layer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/src/pjsip/sip_ua_layer.c b/pjsip/src/pjsip/sip_ua_layer.c
index be89e2b6..cff58133 100644
--- a/pjsip/src/pjsip/sip_ua_layer.c
+++ b/pjsip/src/pjsip/sip_ua_layer.c
@@ -62,7 +62,7 @@ struct dlg_set
PJ_DECL_LIST_MEMBER(struct dlg_set);
/* This is the buffer to store this entry in the hash table. */
- char ht_entry[PJ_HASH_ENTRY_SIZE];
+ pj_hash_entry_buf ht_entry;
/* List of dialog in this dialog set. */
struct dlg_set_head dlg_list;