summaryrefslogtreecommitdiff
path: root/zebra/label_manager.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-05-29 07:51:41 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-05-29 19:06:43 +0000
commitc0ea1ae701ab984417bd0b8b7b03d1fe3ff1411b (patch)
tree31efdff4ddcd6d526604cc04fae3356a6c466cc9 /zebra/label_manager.c
parentccd51bd2108fceadccaa4f5c6829a32207d5091f (diff)
zebra: rebase zserv-mt
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/label_manager.c')
-rw-r--r--zebra/label_manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/label_manager.c b/zebra/label_manager.c
index 9bfc4001b6..b24a4b68dc 100644
--- a/zebra/label_manager.c
+++ b/zebra/label_manager.c
@@ -99,7 +99,7 @@ static int relay_response_back(void)
proto_str = zebra_route_string(proto);
/* lookup the client to relay the msg to */
- zserv = zebra_find_client(proto, instance);
+ zserv = zserv_find_client(proto, instance);
if (!zserv) {
zlog_err(
"Error relaying LM response: can't find client %s, instance %u",