[sr-dev] git:master:08bf7784: presence_xml: removed extra semicolon

Daniel-Constantin Mierla miconda at gmail.com
Thu Jun 20 12:01:15 CEST 2019


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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) {




More information about the sr-dev mailing list