Skip to content
Snippets Groups Projects
Commit 80938824 authored by Mark Grondona's avatar Mark Grondona
Browse files

o fix bug in elan_interconnect.c where thread returned before signalling

   condition.
parent a227aa89
No related branches found
No related tags found
No related merge requests found
......@@ -160,8 +160,6 @@ static void *neterr_thr(void *arg)
*/
elan3_run_neterr_svc();
return NULL;
fail:
slurm_mutex_lock(&neterr_mutex);
neterr_retval = SLURM_FAILURE;
......
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