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

Reduce likelyhood of using defunct pointer.

parent 9ebbe6cc
No related branches found
No related tags found
No related merge requests found
......@@ -326,6 +326,7 @@ slurm_auth_fini( void )
return SLURM_SUCCESS;
rc = _slurm_auth_context_destroy( g_context );
g_context = NULL;
return rc;
}
......
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