Skip to content
Snippets Groups Projects
Commit 631cc3f0 authored by Moe Jette's avatar Moe Jette
Browse files

Change SLURM_SUCCESS to 0 for greater clarity (a list function

rather than slurm function).
parent 1fa13ec3
No related branches found
No related tags found
No related merge requests found
......@@ -561,7 +561,7 @@ static int _list_find_config (void *config_entry, void *key)
{
if (strcmp (key, "universal_key") == 0)
return 1;
return SLURM_SUCCESS;
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment