Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3.0
-
Fix Version/s: 2.3.1
-
Component/s: luafilter
-
Labels:None
Description
The filter is compiled as C++ in 2.3 which resulted in the lua headers being included as C++ functions. This causes problems as the functions must be included as C functions.