summaryrefslogtreecommitdiff
path: root/bgpd/bgp_keepalives.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2017-06-30 18:04:32 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2017-11-30 16:18:04 -0500
commit152456fe234b0db1dbe6d5f49cac4158c8c64158 (patch)
tree8f824df84e44447b8258f13bbcd538b837157f79 /bgpd/bgp_keepalives.c
parentda22432d5922f3f5438c07cb519daf8a8ee71f6e (diff)
bgpd: rebase onto master
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_keepalives.c')
-rw-r--r--bgpd/bgp_keepalives.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_keepalives.c b/bgpd/bgp_keepalives.c
index 4de59da104..abe9739c98 100644
--- a/bgpd/bgp_keepalives.c
+++ b/bgpd/bgp_keepalives.c
@@ -155,7 +155,7 @@ void bgp_keepalives_init()
pthread_condattr_destroy(&attrs);
// initialize peer hashtable
- peerhash = hash_create_size(2048, peer_hash_key, peer_hash_cmp);
+ peerhash = hash_create_size(2048, peer_hash_key, peer_hash_cmp, NULL);
}
static void bgp_keepalives_finish(void *arg)