]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
syntax error: mismatch brace 2585/head
author2xsec <dh48.jeong@samsung.com>
Tue, 4 Sep 2018 05:58:59 +0000 (14:58 +0900)
committer2xsec <dh48.jeong@samsung.com>
Tue, 4 Sep 2018 05:58:59 +0000 (14:58 +0900)
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
src/lxc/seccomp.c

index c8f2b3f3b3040cb8a353a43467c163b8daeb8948..7d5addb9e5ec76b97137a3927d62f4809514405d 100644 (file)
@@ -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;
                        }