If we don't accept a SUBSCRIBE, set needdestroy

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3333 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-06-28 21:37:25 +00:00
parent b283a02a7d
commit a11c4965b7

View File

@@ -7022,8 +7022,10 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc
}
if (found)
transmit_response(p, "200 OK", req);
else
else {
transmit_response(p, "403 Forbidden", req);
p->needdestroy = 1;
}
} else
p->subscribed = 1;