diff options
author | Luiz Souza <luiz@netgate.com> | 2017-07-20 15:29:00 -0500 |
---|---|---|
committer | Luiz Souza <luiz@netgate.com> | 2017-07-20 15:29:00 -0500 |
commit | dc59fff1188c9c81632773b3ddf0ba6e0ee843e3 (patch) | |
tree | f4c1eb9010f6a1cb1015a197efd9459a79cda007 | |
parent | f12a05b2e54dc5fd9af1b44316516af0a1e2a1c8 (diff) | |
download | FreeBSD-src-dc59fff1188c9c81632773b3ddf0ba6e0ee843e3.zip FreeBSD-src-dc59fff1188c9c81632773b3ddf0ba6e0ee843e3.tar.gz |
Remove a duplicate definition.
-rw-r--r-- | sys/netpfil/ipfw/ip_fw_table_algo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netpfil/ipfw/ip_fw_table_algo.c b/sys/netpfil/ipfw/ip_fw_table_algo.c index 3dcde55..0000df6 100644 --- a/sys/netpfil/ipfw/ip_fw_table_algo.c +++ b/sys/netpfil/ipfw/ip_fw_table_algo.c @@ -380,7 +380,7 @@ struct ta_buf_radix }; static int ta_lookup_radix(struct table_info *ti, void *key, uint32_t keylen, - uint32_t *val, uint8_t *ea, uint8_t *ea, void **te); + uint32_t *val, uint8_t *ea, void **te); static int ta_init_radix(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti, char *data, uint8_t tflags); static int flush_radix_entry(struct radix_node *rn, void *arg); |