aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-07-22 09:06:10 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-07-22 09:06:10 -0700
commit65edd1d3b4e6dba5cd460612353ba4304eb94546 (patch)
tree72cb0c35cf48c5f40e5b44c7c74c39077c9db7d8 /src/core
parentf6ea3edeb6b408b2a412236a96374f38f47cdab6 (diff)
Fix API from merge.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/ext/client_config/http_connect_handshaker.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/ext/client_config/http_connect_handshaker.c b/src/core/ext/client_config/http_connect_handshaker.c
index c649796f42..f7d061b2cd 100644
--- a/src/core/ext/client_config/http_connect_handshaker.c
+++ b/src/core/ext/client_config/http_connect_handshaker.c
@@ -100,8 +100,7 @@ static void on_read_done(grpc_exec_ctx* exec_ctx, void* arg,
}
done:
// Invoke handshake-done callback.
-// FIXME: pass error to callback
- h->cb(exec_ctx, h->endpoint, h->args, h->user_data);
+ h->cb(exec_ctx, h->endpoint, h->args, h->user_data, GRPC_ERROR_REF(error));
}
//