Skip to content
Snippets Groups Projects
Commit e4e0fcde authored by David Bigagli's avatar David Bigagli
Browse files

Fix a bad initialization.

parent ef8c2039
No related branches found
No related tags found
No related merge requests found
......@@ -2224,10 +2224,9 @@ char *slurm_get_task_prolog(void)
uint16_t *
slurm_get_srun_port_range(void)
{
uint16_t *ports;
uint16_t *ports = NULL;
slurm_ctl_conf_t *conf;
*ports = 0;
if (slurmdbd_conf) {
} else {
conf = slurm_conf_lock();
......
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