aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-10-17 14:37:35 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-10-17 14:37:35 -0700
commit0b785ae8cf3dfef0937d300ce00bff8d4b173a18 (patch)
tree8b6a9348fa249180e422cd3b21da08d36ac43d30 /include/grpcpp
parent196f530ac91812886f96de8642ed4fc709a3162c (diff)
Remove unneeded file
Diffstat (limited to 'include/grpcpp')
-rw-r--r--include/grpcpp/impl/codegen/call.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpcpp/impl/codegen/call.h b/include/grpcpp/impl/codegen/call.h
index 0fcfbc8263..b4e5b05663 100644
--- a/include/grpcpp/impl/codegen/call.h
+++ b/include/grpcpp/impl/codegen/call.h
@@ -1081,6 +1081,7 @@ class CallOpSet : public CallOpSetInterface,
public:
CallOpSet() : cq_tag_(this), return_tag_(this) {}
void FillOps(Call* call) override {
+ done_intercepting_ = false;
g_core_codegen_interface->grpc_call_ref(call->call());
call_ =
*call; // It's fine to create a copy of call since it's just pointers