Commit 3c7da0e7 authored by Danny Auble's avatar Danny Auble
Browse files

Fix potentially uninitialized variable in slurmctld.

This isn't a real problem, but older compilers will complain about it.
Newer compilers know in order to get into the place it could be used
'have_count' would have to be set.  If that is set then feature_list
would also be set.
parent 71eb245e
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