Modified ua_ua_event_handler due to upstream bug fix.

This commit is contained in:
Juha Heinanen
2020-08-15 11:48:58 +03:00
parent 7de556ddff
commit 812c9635b3

View File

@ -234,9 +234,6 @@ static void ua_event_handler(struct ua *ua, enum ua_event ev,
case UA_EVENT_MWI_NOTIFY:
len = re_snprintf(event_buf, sizeof event_buf, "mwi notify,%s", prm);
break;
case UA_EVENT_AUDIO_ERROR:
mem_deref(call);
return;
case UA_EVENT_GET_PASSWORD:
get_password((char *)ua, (char *)call);
return;