1
0
Fork 0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-09 21:08:41 +00:00

Regenerate .pb.go files ()

Co-authored-by: RPRX <63339210+rprx@users.noreply.github.com>
This commit is contained in:
Jim Han 2021-01-22 02:58:19 +08:00 committed by GitHub
parent b60cf02603
commit 7f5e34c857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 30 additions and 17 deletions
app/router/command

View file

@ -85,7 +85,7 @@ func (s *service) Register(server *grpc.Server) {
RegisterRoutingServiceServer(server, rs)
// For compatibility purposes
vCoreDesc := _RoutingService_serviceDesc
vCoreDesc := RoutingService_ServiceDesc
vCoreDesc.ServiceName = "v2ray.core.app.router.command.RoutingService"
server.RegisterService(&vCoreDesc, rs)
}))