bareos: master 758f85b7

Author Committer Branch Timestamp Parent
stephand pstorz master 2021-09-13 12:43 master 07ccf629 Pending
Changeset python dir plugin: fix plugin_ctx is unset error

For the python director plugin, plugin_context must not be declared
thread_local in bareosdir.h, otherwise DebugMessage will throw the
plugin_ctx is unset runtime error after the bDirEventJobRun and
bDirEventJobEnd events.
mod - core/src/plugins/dird/python/module/bareosdir.h Diff File