Commit 2bbc9e84 authored by Brian Christiansen's avatar Brian Christiansen
Browse files

Pack a local select_joinfo when jobdesc's is null

Don't alloc select_jobinfo and put it on the job_desc that is being
packed. If the job_desc is being packed simultaneously by mutliple
threads then problems can happen if the ptr is changing mid-flight.
So create and pack a local select_jobinfo.
parent 502cc4ec
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