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:
Olle Johansson 2006-03-16 08:40:45 +00:00
parent 971169a2aa
commit 1bad801595
1 changed files with 1 additions and 1 deletions

View File

@ -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++;