FS-6005 --resolve
This commit is contained in:
parent
c62db1a600
commit
bbe1fe1a31
|
@ -1 +1 @@
|
|||
Fri Oct 25 23:51:29 CDT 2013
|
||||
Wed Nov 27 10:20:13 CST 2013
|
||||
|
|
|
@ -270,8 +270,10 @@ void nua_session_usage_remove(nua_handle_t *nh,
|
|||
ss->ss_reporting = 0;
|
||||
}
|
||||
|
||||
if (cr == du->du_cr && cr->cr_orq)
|
||||
if (cr == du->du_cr && cr->cr_orq) {
|
||||
nua_client_request_unref(cr);
|
||||
continue;
|
||||
}
|
||||
|
||||
if (cr->cr_status < 200) {
|
||||
nua_stack_event(nh->nh_nua, nh,
|
||||
|
|
Loading…
Reference in New Issue