Pārlūkot izejas kodu

auth_diameter: replace STR_PARAM with PARAM_STRING

Alekzander Spiridonov 11 gadi atpakaļ
vecāks
revīzija
0ce3ac8049
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      modules/auth_diameter/auth_diameter.c

+ 1 - 1
modules/auth_diameter/auth_diameter.c

@@ -89,7 +89,7 @@ static cmd_export_t cmds[] = {
  * Exported parameters
  */
 static param_export_t params[] = {
-	{"diameter_client_host", STR_PARAM, &diameter_client_host},
+	{"diameter_client_host", PARAM_STRING, &diameter_client_host},
 	{"diameter_client_port", INT_PARAM, &diameter_client_port},
 	{"use_domain", INT_PARAM, &use_domain},
 	{0, 0, 0}