Fix typo in method call

pull/4625/head
murgatroid99 9 years ago
parent 296ae72581
commit a4d3d2c76b
  1. 2
      src/ruby/lib/grpc/generic/client_stub.rb

@ -464,7 +464,7 @@ module GRPC
method,
nil, # host use nil,
deadline)
call.set_credentials credentials unless credentials.nil?
call.set_credentials! credentials unless credentials.nil?
ActiveCall.new(call, @queue, marshal, unmarshal, deadline, started: false)
end
end

Loading…
Cancel
Save