View | Details | Raw Unified | Return to ticket 6722
Collapse All | Expand All

(-)a/src/slurmd/common/xcgroup.c (-1 / +1 lines)
Lines 245-251 int xcgroup_ns_is_available(xcgroup_ns_t* cgns) Link Here
245
	if (xcgroup_create(cgns, &cg, "/", 0, 0) == XCGROUP_ERROR)
245
	if (xcgroup_create(cgns, &cg, "/", 0, 0) == XCGROUP_ERROR)
246
		return 0;
246
		return 0;
247
247
248
	if (xcgroup_get_param(&cg, "release_agent",
248
	if (xcgroup_get_param(&cg, "notify_on_release",
249
			      &value, &s) != XCGROUP_SUCCESS)
249
			      &value, &s) != XCGROUP_SUCCESS)
250
		fstatus = 0;
250
		fstatus = 0;
251
	else {
251
	else {

Return to ticket 6722