2
0
Эх сурвалжийг харах

auth_ephemeral: replace STR_PARAM with PARAM_STRING

Alekzander Spiridonov 11 жил өмнө
parent
commit
e8025176e6

+ 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 },