fix compile error

pull/9794/head
Eduardo Cáceres de la Calle 8 years ago committed by GitHub
parent 36ffc6e0f7
commit ca46879928
  1. 2
      src/core/lib/surface/server.c

@ -1198,7 +1198,9 @@ void grpc_server_setup_transport(grpc_exec_ctx *exec_ctx, grpc_server *s,
crm->server_registered_method = rm; crm->server_registered_method = rm;
crm->flags = rm->flags; crm->flags = rm->flags;
crm->has_host = has_host; crm->has_host = has_host;
if(has_host) {
crm->host = host; crm->host = host;
}
crm->method = method; crm->method = method;
} }
GPR_ASSERT(slots <= UINT32_MAX); GPR_ASSERT(slots <= UINT32_MAX);

Loading…
Cancel
Save