[sr-dev] git:master:39ef519b: Fix typo on ims_qos module: Consecutives 'the'

Henning Westerholt hw at skalatan.de
Fri Oct 2 15:48:32 CEST 2020


Module: kamailio
Branch: master
Commit: 39ef519bdeba10fabc1880d7d570b6b8a5604aec
URL: https://github.com/kamailio/kamailio/commit/39ef519bdeba10fabc1880d7d570b6b8a5604aec

Author: Jorge Vallecillo <jorgevallecilloc at gmail.com>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-10-02T15:48:22+02:00

Fix typo on ims_qos module: Consecutives 'the'

---

Modified: src/modules/ims_qos/rx_aar.c

---

Diff:  https://github.com/kamailio/kamailio/commit/39ef519bdeba10fabc1880d7d570b6b8a5604aec.diff
Patch: https://github.com/kamailio/kamailio/commit/39ef519bdeba10fabc1880d7d570b6b8a5604aec.patch

---

diff --git a/src/modules/ims_qos/rx_aar.c b/src/modules/ims_qos/rx_aar.c
index 987b5c22bd..97d3d7a49d 100644
--- a/src/modules/ims_qos/rx_aar.c
+++ b/src/modules/ims_qos/rx_aar.c
@@ -276,7 +276,7 @@ void async_aar_reg_callback(int is_timeout, void *param, AAAMessage *aaa, long e
     if (cdp_result >= 2000 && cdp_result < 3000) {
         counter_inc(ims_qos_cnts_h.successful_registration_aars);
         if (is_rereg) {
-            LM_DBG("this is a re-registration, therefore we don't need to do anything except know that the the subscription was successful\n");
+            LM_DBG("this is a re-registration, therefore we don't need to do anything except know that the subscription was successful\n");
             result = CSCF_RETURN_TRUE;
             create_return_code(result);
             goto done;




More information about the sr-dev mailing list