aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp/impl/codegen/interceptor_common.h
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-12-18 12:52:14 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2018-12-18 12:52:14 -0800
commit31a775b425eac37bb43c301cfb25e1f6a4bde106 (patch)
tree0d4be8ef5407c1319b2df9175a63cb07f3d7fead /include/grpcpp/impl/codegen/interceptor_common.h
parentbb303513dce4e78d898035b9f7f5ae11b7b452dd (diff)
Add missing argument
Diffstat (limited to 'include/grpcpp/impl/codegen/interceptor_common.h')
-rw-r--r--include/grpcpp/impl/codegen/interceptor_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpcpp/impl/codegen/interceptor_common.h b/include/grpcpp/impl/codegen/interceptor_common.h
index 321691236b..b01706af8d 100644
--- a/include/grpcpp/impl/codegen/interceptor_common.h
+++ b/include/grpcpp/impl/codegen/interceptor_common.h
@@ -403,6 +403,7 @@ class CancelInterceptorBatchMethods
false &&
"It is illegal to call GetSendMessageStatus on a method which "
"has a Cancel notification");
+ return false;
}
std::multimap<grpc::string, grpc::string>* GetSendInitialMetadata() override {