Skip to content

Fix undefined value

Loic Hausammann requested to merge fix_invoke_fof into master

The variable e->snapshot_invoke_fof is used before being set (in engine_init)

I am not sure how you wish to fix this in a clean way. Another possibility would be to move it later.

Merge request reports