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

(-)a/src/slurmd/common/xcgroup.c (+5 lines)
Lines 510-515 int xcgroup_delete(xcgroup_t* cg) Link Here
510
		debug2("%s: rmdir(%s): %m", __func__, cg->path);
510
		debug2("%s: rmdir(%s): %m", __func__, cg->path);
511
		return XCGROUP_ERROR;
511
		return XCGROUP_ERROR;
512
	}
512
	}
513
514
	if (!cg || !cg->path)
515
		debug("%s: trying rmdir on unexistent cg.", __func__);
516
517
	debug("%s: rmdir(%s): OK", __func__, cg->path);
513
	return XCGROUP_SUCCESS;
518
	return XCGROUP_SUCCESS;
514
}
519
}
515
520

Return to ticket 9429