Module: kamailio
Branch: master
Commit: 08bf7784ea497a78baa63445dd1404dca0abec9d
URL: 
https://github.com/kamailio/kamailio/commit/08bf7784ea497a78baa63445dd1404dca0abec9d

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: Daniel-Constantin Mierla <mico...@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/08bf7784ea497a78baa63445dd1404dca0abec9d.diff
Patch: 
https://github.com/kamailio/kamailio/commit/08bf7784ea497a78baa63445dd1404dca0abec9d.patch

---

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) {


_______________________________________________
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to