mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 09:47:06 +00:00
cgfsng: cg_unified_get_current_cgroup()
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
c71d83e17e
commit
165dc5109e
@ -1363,8 +1363,7 @@ static int cg_is_pure_unified(void)
|
||||
/* Get current cgroup from /proc/self/cgroup for the cgroupfs v2 hierarchy. */
|
||||
static char *cg_unified_get_current_cgroup(void)
|
||||
{
|
||||
char *basecginfo;
|
||||
char *base_cgroup;
|
||||
char *basecginfo, *base_cgroup;
|
||||
bool will_escape;
|
||||
char *copy = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user