Module: kamailio
Branch: master
Commit: 75ef2a31ee3abd9e840788a3389cedfac8767cd0
URL:
https://github.com/kamailio/kamailio/commit/75ef2a31ee3abd9e840788a3389cedf…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-04-22T16:14:54Z
auth: log correct variable name in nonce-count error message
---
Modified: src/modules/auth/auth_mod.c
---
Diff:
https://github.com/kamailio/kamailio/commit/75ef2a31ee3abd9e840788a3389cedf…
Patch:
https://github.com/kamailio/kamailio/commit/75ef2a31ee3abd9e840788a3389cedf…
---
diff --git a/src/modules/auth/auth_mod.c b/src/modules/auth/auth_mod.c
index f9b7097c14..cc16643eb4 100644
--- a/src/modules/auth/auth_mod.c
+++ b/src/modules/auth/auth_mod.c
@@ -342,7 +342,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