Sfoglia il codice sorgente

auth_ephemeral: replace STR_PARAM with PARAM_STRING

Alekzander Spiridonov 11 anni fa
parent
commit
e8025176e6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      modules/auth_ephemeral/autheph_mod.c

+ 1 - 1
modules/auth_ephemeral/autheph_mod.c

@@ -90,7 +90,7 @@ static cmd_export_t cmds[]=
 
 
 static param_export_t params[]=
 static param_export_t params[]=
 {
 {
-	{ "secret",		STR_PARAM|USE_FUNC_PARAM,
+	{ "secret",		PARAM_STRING|USE_FUNC_PARAM,
 	  (void *) secret_param },
 	  (void *) secret_param },
 	{ "username_format",	INT_PARAM,
 	{ "username_format",	INT_PARAM,
 	  &autheph_username_format },
 	  &autheph_username_format },