From b8bcbe9b06329f70e823f45f5dc247eb4627ea8e Mon Sep 17 00:00:00 2001 From: 2xsec Date: Tue, 4 Sep 2018 14:58:59 +0900 Subject: [PATCH] syntax error: mismatch brace Signed-off-by: 2xsec --- src/lxc/seccomp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lxc/seccomp.c b/src/lxc/seccomp.c index c8f2b3f3b..7d5addb9e 100644 --- a/src/lxc/seccomp.c +++ b/src/lxc/seccomp.c @@ -905,8 +905,9 @@ static int parse_config_v2(FILE *f, char *line, size_t *line_bufsz, struct lxc_c } cur_rule_arch = lxc_seccomp_arch_s390x; + } #endif - } else { + else { goto bad_arch; }