2
0
Эх сурвалжийг харах

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

Henning Westerholt 5 жил өмнө
parent
commit
75ef2a31ee

+ 1 - 1
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