Skip to content

Commit

Permalink
syntax error: mismatch brace
Browse files Browse the repository at this point in the history
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
  • Loading branch information
2xsec committed Sep 4, 2018
1 parent aa599d1 commit b8bcbe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lxc/seccomp.c
Expand Up @@ -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;
}

Expand Down

0 comments on commit b8bcbe9

Please sign in to comment.