Ver código fonte

auth_ephemeral: replace STR_PARAM with PARAM_STRING

Alekzander Spiridonov 11 anos atrás
pai
commit
e8025176e6
1 arquivos alterados com 1 adições e 1 exclusões
  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[]=
 {
-	{ "secret",		STR_PARAM|USE_FUNC_PARAM,
+	{ "secret",		PARAM_STRING|USE_FUNC_PARAM,
 	  (void *) secret_param },
 	{ "username_format",	INT_PARAM,
 	  &autheph_username_format },