Commit e32c6b8a authored by Danny Auble's avatar Danny Auble
Browse files

plugrack_use_by_type() threw away the plugin_err_t reported by

plugin_load_from_file(). Be sure to collect this error and
return a useful error message to the slurm log.

Additionally, even though I don't think plugin refcounts actually
do anything in SLURM, the refcount was inadvertently incremented
on PLUGIN_INVALID_HANDLE instead of for valid handles. This patch
fixes that bug as well.
(From Mark Grondona)
parent 7c491f9a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment