]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/label_manager.c
zebra: rebase zserv-mt
[mirror_frr.git] / zebra / label_manager.c
index 9bfc4001b66aa7a557ec458750194971a7858384..b24a4b68dc0d7b2e97fb3c4baa9e81013ac9e9c3 100644 (file)
@@ -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",