[sr-dev] git:master:35e71ff8: modules/ims_qos: missing return statement

jaybeepee jason.penton at gmail.com
Wed Jan 20 11:08:07 CET 2016


Module: kamailio
Branch: master
Commit: 35e71ff8ae434e90baae00801985bdfebcb07d0d
URL: https://github.com/kamailio/kamailio/commit/35e71ff8ae434e90baae00801985bdfebcb07d0d

Author: jaybeepee <jason.penton at gmail.com>
Committer: jaybeepee <jason.penton at gmail.com>
Date: 2016-01-20T12:07:56+02:00

modules/ims_qos: missing return statement

---

Modified: modules/ims_qos/rx_str.c

---

Diff:  https://github.com/kamailio/kamailio/commit/35e71ff8ae434e90baae00801985bdfebcb07d0d.diff
Patch: https://github.com/kamailio/kamailio/commit/35e71ff8ae434e90baae00801985bdfebcb07d0d.patch

---

diff --git a/modules/ims_qos/rx_str.c b/modules/ims_qos/rx_str.c
index 136ea56..98a0bac 100644
--- a/modules/ims_qos/rx_str.c
+++ b/modules/ims_qos/rx_str.c
@@ -107,7 +107,7 @@ int rx_send_str(str *rx_session_id) {
         // so just wait for STA or for Grace Timout to happen
         LM_DBG("Hmmm, auth session already in disconnected state\n");
         cdpb.AAASessionsUnlock(auth->hash);
-		CSCF_RETURN_FALSE;
+        return CSCF_RETURN_FALSE;
     }
 
     LM_DBG("Creating STR\n");




More information about the sr-dev mailing list