diff options
author | David Sommerseth <dazo@users.sourceforge.net> | 2010-08-28 20:52:19 +0200 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2010-11-14 22:12:07 +0100 |
commit | 6af422162fbc1c505526157ecf630e37694dbc7b (patch) | |
tree | ba21938ba4436767ca08998a3bc5512bd3187b7d /pf.c | |
parent | Clean-up: Remove more dead and inactive code paths (diff) | |
download | openvpn-6af422162fbc1c505526157ecf630e37694dbc7b.tar.xz |
Clean-up: Removing useless code - hash related functions
Removed even more function which where practically empty and took away
some function arguments which were not used.
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Acked-by: James Yonan <james@openvpn.net>
Diffstat (limited to '')
-rw-r--r-- | pf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -638,7 +638,7 @@ pf_cn_set_print (const struct pf_cn_set *s, const int lev) if (s->hash_table) { - hash_iterator_init (s->hash_table, &hi, false); + hash_iterator_init (s->hash_table, &hi); while ((he = hash_iterator_next (&hi))) { struct pf_cn *e = (struct pf_cn *)he->value; |