SFSIP-219

This commit is contained in:
Anthony Minessale 2010-08-03 13:43:29 -05:00
parent 63b6144285
commit c15ee980a7
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ int nua_notify_client_request(nua_client_request_t *cr,
if (sr->sr_usage == du) {
/* If subscribe has not been responded, don't terminate usage by NOTIFY */
sr->sr_terminating = 1;
nua_client_set_terminating(cr, 0);
// nua_client_set_terminating(cr, 0);
break;
}
}