Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 878991
Collapse All | Expand All

(-)slurm-22.05.5/src/plugins/cgroup/v2/cgroup_v2.c (-1 / +1 lines)
Lines 254-260 static int _get_controllers(char *path, Link Here
254
			if (!xstrcasecmp(ctl_names[i], ptr))
254
			if (!xstrcasecmp(ctl_names[i], ptr))
255
				bit_set(ctl_bitmap, i);
255
				bit_set(ctl_bitmap, i);
256
		}
256
		}
257
		ptr = strtok_r(NULL, " ", &save_ptr);
257
		ptr = strtok_r(NULL, " \n", &save_ptr);
258
	}
258
	}
259
	xfree(buf);
259
	xfree(buf);
260
260

Return to bug 878991