diff options
author | Yang Gao <yangg@google.com> | 2015-02-17 10:28:36 -0800 |
---|---|---|
committer | Yang Gao <yangg@google.com> | 2015-02-17 10:28:36 -0800 |
commit | d745705fff04062fda44da1ad7eac9f6f4498495 (patch) | |
tree | feee009bb1c841253169316b63fa69665ed921bb /src | |
parent | bb017c5568058295b5d8a1ba2054301a8ffe154b (diff) |
formatting
Diffstat (limited to 'src')
-rw-r--r-- | src/cpp/client/channel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpp/client/channel.cc b/src/cpp/client/channel.cc index 95b7aabc1d..b2fc0c97ee 100644 --- a/src/cpp/client/channel.cc +++ b/src/cpp/client/channel.cc @@ -83,7 +83,7 @@ Call Channel::CreateCall(const RpcMethod &method, ClientContext *context, auto c_call = grpc_channel_create_call( c_channel_, cq->cq(), method.name(), - context->authority().empty() ? target_.c_str() + context->authority().empty() ? target_.c_str() : context->authority().c_str(), context->RawDeadline()); context->set_call(c_call); |