mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 13:33:15 +00:00
Merge pull request #6374 from opensourcerouting/grpc-undue-warning
lib: fix undue warning during gRPC module initialization
This commit is contained in:
commit
6677126402
@ -1406,6 +1406,8 @@ static int frr_grpc_module_very_late_init(struct thread *thread)
|
|||||||
if (frr_grpc_init(&port) < 0)
|
if (frr_grpc_init(&port) < 0)
|
||||||
goto error;
|
goto error;
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
flog_err(EC_LIB_GRPC_INIT, "failed to initialize the gRPC module");
|
flog_err(EC_LIB_GRPC_INIT, "failed to initialize the gRPC module");
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user