aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 00e9a18e8..c92ac2b0a 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -10816,7 +10816,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++;