Avoid unnecessary reloads generating lua_shared_dict directives

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-09-22 21:16:00 -03:00
parent 5d84c1f2f9
commit e07e407d70

View file

@ -267,6 +267,8 @@ func buildLuaSharedDictionaries(c interface{}, s interface{}, disableLuaRestyWAF
}
}
sort.Strings(out)
return strings.Join(out, ";\n") + ";\n"
}