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

Add type cast for clarity

parent 1fa3bbc4
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ int main(int argc, char *argv[])
slurmctld_lock_t config_write_lock = {
WRITE_LOCK, WRITE_LOCK, WRITE_LOCK, WRITE_LOCK };
assoc_init_args_t assoc_init_arg;
pthread_t assoc_cache_thread = 0;
pthread_t assoc_cache_thread = (pthread_t) 0;
/*
* Establish initial configuration
*/
......
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