summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/res_pjsip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_pjsip.c b/res/res_pjsip.c
index 80cef06e5..d5b870f1f 100644
--- a/res/res_pjsip.c
+++ b/res/res_pjsip.c
@@ -1937,7 +1937,7 @@ int ast_sip_thread_is_servant(void)
void *ast_sip_dict_get(void *ht, const char *key)
{
- unsigned int hval;
+ unsigned int hval = 0;
if (!ht) {
return NULL;