diff options
Diffstat (limited to 'selinux')
-rw-r--r-- | selinux/setfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selinux/setfiles.c b/selinux/setfiles.c index a617b95d8..70e68a666 100644 --- a/selinux/setfiles.c +++ b/selinux/setfiles.c | |||
@@ -687,7 +687,7 @@ int setfiles_main(int argc UNUSED_PARAM, char **argv) | |||
687 | bb_simple_perror_msg_and_die(argv[0]); | 687 | bb_simple_perror_msg_and_die(argv[0]); |
688 | } | 688 | } |
689 | if (nerr) | 689 | if (nerr) |
690 | exit(EXIT_FAILURE); | 690 | exit_FAILURE(); |
691 | argv++; | 691 | argv++; |
692 | } | 692 | } |
693 | 693 | ||