Change this so it actually compiles. Thanks, Terry!

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@158223 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.1
Mark Michelson 18 years ago
parent 79047aa451
commit 8ffb368853

@ -16067,7 +16067,7 @@ static void handle_response(struct sip_pvt *p, int resp, char *rest, struct sip_
* response to a BYE.
*/
if (resp >= 400 && resp < 500 && sipmethod == SIP_BYE) {
pvt_set_needdestroy(p, "received 4XX response to a BYE");
p->needdestroy = 1;
return;
}

Loading…
Cancel
Save