diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-06-19 22:49:44 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-07-01 19:18:37 -0400 |
| commit | dfd19ccc3a21b18fb09cecff5d87d20a0adbafe3 (patch) | |
| tree | ad5f5e7ebf2912329bebbc8f87303aa71b61d7b5 /lib/distribute.c | |
| parent | 6f6f00107e72cc9c01a6604ff514a5b25d52106d (diff) | |
*: update hash_create(), hash_create_size()
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/distribute.c')
| -rw-r--r-- | lib/distribute.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/distribute.c b/lib/distribute.c index c771f018c2..79d7b18ff5 100644 --- a/lib/distribute.c +++ b/lib/distribute.c @@ -522,7 +522,8 @@ void distribute_list_init (int node) { disthash = hash_create (distribute_hash_make, - (int (*) (const void *, const void *)) distribute_cmp); + (int (*) (const void *, const void *)) + distribute_cmp, NULL); /* vtysh command-extraction doesn't grok install_element(node, ) */ if (node == RIP_NODE) { |
