Module: kamailio
Branch: master
Commit: 08bf7784ea497a78baa63445dd1404dca0abec9d
URL:
https://github.com/kamailio/kamailio/commit/08bf7784ea497a78baa63445dd1404d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-06-20T11:00:37+02:00
presence_xml: removed extra semicolon
---
Modified: src/modules/presence_xml/xcap_auth.c
---
Diff:
https://github.com/kamailio/kamailio/commit/08bf7784ea497a78baa63445dd1404d…
Patch:
https://github.com/kamailio/kamailio/commit/08bf7784ea497a78baa63445dd1404d…
---
diff --git a/src/modules/presence_xml/xcap_auth.c b/src/modules/presence_xml/xcap_auth.c
index fe05ffe392..0cded997e2 100644
--- a/src/modules/presence_xml/xcap_auth.c
+++ b/src/modules/presence_xml/xcap_auth.c
@@ -115,7 +115,6 @@ int pres_watcher_allowed(subs_t *subs)
}
if(strncmp((char *)sub_handling, "block", 5) == 0) {
subs->status = TERMINATED_STATUS;
- ;
subs->reason.s = "rejected";
subs->reason.len = 8;
} else if(strncmp((char *)sub_handling, "confirm", 7) == 0) {