]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
To quote giant developers: "Oops". Thanks, Tony!
authorOlle Johansson <oej@edvina.net>
Thu, 16 Mar 2006 06:56:20 +0000 (06:56 +0000)
committerOlle Johansson <oej@edvina.net>
Thu, 16 Mar 2006 06:56:20 +0000 (06:56 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@13197 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index b8fa1cebfa202e64393904970d4211c5660cfc96..7c02f230c05f16a35bb869e959d5533eeaf2f631 100644 (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++;