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:
parent
e0482fc6e6
commit
588f70f78a
1 changed files with 1 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue