Skip to content

Commit 0f49faa

Browse files
committed
Update ip6tables.c
1 parent c96d203 commit 0f49faa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ipthelper/ip6tables.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1998,7 +1998,7 @@ int do_command6(int argc, char *argv[], char **table, void **handle)
19981998
break;
19991999
default:
20002000
/* We should never reach this... */
2001-
return NULL;
2001+
return 3;
20022002
}
20032003

20042004
if (verbose > 1)

0 commit comments

Comments
 (0)