SFSIP-219
This commit is contained in:
parent
63b6144285
commit
c15ee980a7
|
@ -704,7 +704,7 @@ int nua_notify_client_request(nua_client_request_t *cr,
|
||||||
if (sr->sr_usage == du) {
|
if (sr->sr_usage == du) {
|
||||||
/* If subscribe has not been responded, don't terminate usage by NOTIFY */
|
/* If subscribe has not been responded, don't terminate usage by NOTIFY */
|
||||||
sr->sr_terminating = 1;
|
sr->sr_terminating = 1;
|
||||||
nua_client_set_terminating(cr, 0);
|
// nua_client_set_terminating(cr, 0);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue