Commit f38a9b93 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Fix another uninitialized warning.

Move test above the accounting limit check. Change the test
to verify first_job_ptr instead of pack_job_id to avoid warning
about a possible dereference of an uninitialized variable lower down.
(Note that both pack_job_id and first_job_ptr are set at the same time,
so this test is functionally equivalent but able to convince the compiler
that things will be okay.)
parent 4a884348
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