mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Importing "oops" fix from 1.2 branch.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13206 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -10854,7 +10854,7 @@ static int handle_request_subscribe(struct sip_pvt *p, struct sip_request *req,
|
||||
char *accept = get_header(req, "Accept");
|
||||
|
||||
/* Find parameters to Event: header value and remove them for now */
|
||||
eventparam = strchr(event, ";");
|
||||
eventparam = strchr(event, ';');
|
||||
if (eventparam) {
|
||||
*eventparam = '\0';
|
||||
eventparam++;
|
||||
|
Reference in New Issue
Block a user