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

Remove redundant null checks on sched_params.

xstrcasestr() knows how to handle NULL on any argument, so these
are all redundant checks. Cleanup related handling code while here,
and convert a few missed strstr/strcasestr locations as well.

In job_submit_throttle plugin, use sched_params as the name for
consistency with the rest of the code base.

Update the newly added bf_ignore_newly_avail_nodes option to use
xstrcasestr() like the rest of these options.

Bug 5976.
parent bb79285b
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