From d27586c58acbee65aacce511907317cd3ac91f30 Mon Sep 17 00:00:00 2001 From: Henning Westerholt Date: Wed, 22 Apr 2020 16:14:54 +0000 Subject: [PATCH] auth: log correct variable name in nonce-count error message (cherry picked from commit 75ef2a31ee3abd9e840788a3389cedfac8767cd0) --- src/modules/auth/auth_mod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/auth/auth_mod.c b/src/modules/auth/auth_mod.c index 00d1166a773..a68bded2dc6 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