To quote giant developers: "Oops". Thanks, Tony!

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@13197 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson
2006-03-16 06:56:20 +00:00
parent 4edd97a713
commit 9593aa0aa1

View File

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