Explorar o código

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

Henning Westerholt %!s(int64=5) %!d(string=hai) anos
pai
achega
75ef2a31ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/modules/auth/auth_mod.c

+ 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