summaryrefslogtreecommitdiffstats
path: root/iptables/iptables-standalone.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/iptables-standalone.c')
-rw-r--r--iptables/iptables-standalone.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/iptables/iptables-standalone.c b/iptables/iptables-standalone.c
index 4da1d7f8..c211fb73 100644
--- a/iptables/iptables-standalone.c
+++ b/iptables/iptables-standalone.c
@@ -73,9 +73,8 @@ iptables_main(int argc, char *argv[])
fprintf(stderr, "iptables: %s.\n",
iptc_strerror(errno));
}
- if (errno == EAGAIN) {
+ if (errno == EAGAIN)
exit(RESOURCE_PROBLEM);
- }
}
exit(!ret);