Forráskód Böngészése

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

Henning Westerholt 5 éve
szülő
commit
75ef2a31ee
1 módosított fájl, 1 hozzáadás és 1 törlés
  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