Module: kamailio Branch: master Commit: 35e71ff8ae434e90baae00801985bdfebcb07d0d URL: https://github.com/kamailio/kamailio/commit/35e71ff8ae434e90baae00801985bdfe...
Author: jaybeepee jason.penton@gmail.com Committer: jaybeepee jason.penton@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/35e71ff8ae434e90baae00801985bdfe... Patch: https://github.com/kamailio/kamailio/commit/35e71ff8ae434e90baae00801985bdfe...
---
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");