b/f: don't pass prov reply to CANCEL to UA

sayer/1.4-spce2.6
Stefan Sayer 15 years ago
parent c86297391b
commit f6f29c636d

@ -1313,7 +1313,10 @@ int _trans_layer::update_uac_reply(trans_bucket* bucket, sip_trans* t, sip_msg*
// fall through trap
case TS_PROCEEDING:
goto pass_reply;
if(t->msg->u.request->method != sip_request::CANCEL)
goto pass_reply;
else
goto end;
case TS_COMPLETED:
default:

Loading…
Cancel
Save