From: Christian Brauner Date: Sat, 7 Dec 2019 16:25:28 +0000 (+0100) Subject: confile: replace logging helpers X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d9a9f085c4f2acd8bd787396f5295a8b2d6b7e3;p=thirdparty%2Flxc.git confile: replace logging helpers Signed-off-by: Christian Brauner --- diff --git a/src/lxc/confile.c b/src/lxc/confile.c index 886863d36..956246800 100644 --- a/src/lxc/confile.c +++ b/src/lxc/confile.c @@ -3431,7 +3431,6 @@ static int get_config_console_size(const char *key, char *retv, int inlen, return lxc_get_conf_uint64(c, retv, inlen, c->console.log_size); } - static int get_config_seccomp_profile(const char *key, char *retv, int inlen, struct lxc_conf *c, void *data) {