diff options
Diffstat (limited to 'zebra/label_manager.c')
| -rw-r--r-- | zebra/label_manager.c | 2 | 
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",  | 
