summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-standalone.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/xtables-standalone.c')
-rw-r--r--iptables/xtables-standalone.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/iptables/xtables-standalone.c b/iptables/xtables-standalone.c
index 355a4460..139c477f 100644
--- a/iptables/xtables-standalone.c
+++ b/iptables/xtables-standalone.c
@@ -85,9 +85,8 @@ xtables_main(int family, const char *progname, int argc, char *argv[])
fprintf(stderr, "iptables: %s.\n",
nft_strerror(errno));
}
- if (errno == EAGAIN) {
+ if (errno == EAGAIN)
exit(RESOURCE_PROBLEM);
- }
}
exit(!ret);