1
0
mirror of https://github.com/lxc/python3-lxc.git synced 2026-02-05 09:48:21 +01:00

Merge pull request #38 from thomasjfox/fix-personality-corruption

Fix random "personality" corruption when linking against lxc 6
This commit is contained in:
Stéphane Graber
2025-06-16 15:27:46 -04:00
committed by GitHub

2
lxc.c
View File

@@ -81,7 +81,7 @@ again:
}
/* Copied from lxc/confile.c, with HAVE_SYS_PERSONALITY_H check removed */
signed long lxc_config_parse_arch(const char *arch)
static signed long lxc_config_parse_arch(const char *arch)
{
struct per_name {
char *name;