Avoid grpc_impl

PiperOrigin-RevId: 329902747
This commit is contained in:
Tamir Duberstein 2020-09-03 05:50:36 -07:00 committed by gVisor bot
parent a8c174c047
commit 319ce67369
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ class PosixImpl final : public posix_server::Posix::Service {
return ::grpc::Status::OK;
}
::grpc::Status Shutdown(grpc_impl::ServerContext *context,
::grpc::Status Shutdown(grpc::ServerContext *context,
const ::posix_server::ShutdownRequest *request,
::posix_server::ShutdownResponse *response) override {
if (shutdown(request->fd(), request->how()) < 0) {