-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
-
Fully Compatible
-
ALL
-
Security 2024-08-19
-
200
optBuild in SConstruct is a string, not a boolean. The check needs to be changed from "not optBuild" to "optBuild == 'off'".