1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-06 03:25:31 +00:00

sip: origin: fix CallsSipHandles reference in sip_callback

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-02-25 09:41:38 +01:00
parent e0482fc6e6
commit 588f70f78a

View file

@ -286,8 +286,7 @@ sip_callback (nua_event_t event,
tagi_t tags[])
{
CallsSipOrigin *origin = CALLS_SIP_ORIGIN (magic);
/* op currently unused */
CallsSipHandles *op = hmagic;
CallsSipHandles *op = origin->oper;
const char * from = NULL;
switch (event) {