summaryrefslogtreecommitdiff
path: root/pimd/pim_zpthread.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2025-04-09 09:59:06 +0200
committerGitHub <noreply@github.com>2025-04-09 09:59:06 +0200
commit8418e57791eabc9feba637b69bd9ee35bed6860a (patch)
tree48b9c05795135606782f9ec359c3f319f5d534dc /pimd/pim_zpthread.c
parent1d426d99619b7818f4b63b52f83fadfe902b9854 (diff)
parent27ba9956a15c17b7e8a6ba38aa8bbb4514fa90df (diff)
Merge pull request #17915 from mjstapp/compile_wshadow
Diffstat (limited to 'pimd/pim_zpthread.c')
-rw-r--r--pimd/pim_zpthread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_zpthread.c b/pimd/pim_zpthread.c
index d6b2621ff4..45d8868808 100644
--- a/pimd/pim_zpthread.c
+++ b/pimd/pim_zpthread.c
@@ -13,7 +13,7 @@
#include "pim_mlag.h"
#include "pim_zebra.h"
-extern struct zclient *zclient;
+extern struct zclient *pim_zclient;
#define PIM_MLAG_POST_LIMIT 100
@@ -96,7 +96,7 @@ static void pim_mlag_zebra_flush_buffer(void)
}
}
- zclient_send_mlag_data(zclient, router->mlag_stream);
+ zclient_send_mlag_data(pim_zclient, router->mlag_stream);
stream_failure:
stream_reset(router->mlag_stream);
mlag_bulk_cnt = 0;