summaryrefslogtreecommitdiffstats
path: root/iptables.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables.c')
-rw-r--r--iptables.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/iptables.c b/iptables.c
index b5d35791..66f41a66 100644
--- a/iptables.c
+++ b/iptables.c
@@ -2054,8 +2054,6 @@ int do_command(int argc, char *argv[], char **table, iptc_handle_t *handle)
actually hear this code suck. */
if (m == NULL
&& protocol
- && !find_proto(protocol, DONT_LOAD,
- options&OPT_NUMERIC)
&& (m = find_proto(protocol, TRY_LOAD,
options&OPT_NUMERIC))) {
/* Try loading protocol */