[sr-dev] git:5.2:d27586c5: auth: log correct variable name in nonce-count error message

Henning Westerholt hw at skalatan.de
Wed Apr 22 18:16:33 CEST 2020


Module: kamailio
Branch: 5.2
Commit: d27586c58acbee65aacce511907317cd3ac91f30
URL: https://github.com/kamailio/kamailio/commit/d27586c58acbee65aacce511907317cd3ac91f30

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-04-22T16:16:20Z

auth: log correct variable name in nonce-count error message

(cherry picked from commit 75ef2a31ee3abd9e840788a3389cedfac8767cd0)

---

Modified: src/modules/auth/auth_mod.c

---

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

---

diff --git a/src/modules/auth/auth_mod.c b/src/modules/auth/auth_mod.c
index 00d1166a77..a68bded2dc 100644
--- a/src/modules/auth/auth_mod.c
+++ b/src/modules/auth/auth_mod.c
@@ -344,7 +344,7 @@ static int mod_init(void)
 			}
 #ifdef USE_NC
 			else{
-				LM_INFO("qop set, but nonce-count (nc_enabled) support"
+				LM_INFO("qop set, but nonce-count (nonce_count) support"
 						" disabled\n");
 			}
 #endif




More information about the sr-dev mailing list