diff --git a/res/res_pjsip.c b/res/res_pjsip.c index 80cef06e55..d5b870f1f2 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;