Преглед на файлове

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

Henning Westerholt преди 5 години
родител
ревизия
75ef2a31ee
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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