Skip to content
Snippets Groups Projects
Commit 65edd1d3 authored by Mark D. Roth's avatar Mark D. Roth
Browse files

Fix API from merge.

parent f6ea3ede
No related branches found
No related tags found
No related merge requests found
...@@ -100,8 +100,7 @@ static void on_read_done(grpc_exec_ctx* exec_ctx, void* arg, ...@@ -100,8 +100,7 @@ static void on_read_done(grpc_exec_ctx* exec_ctx, void* arg,
} }
done: done:
// Invoke handshake-done callback. // Invoke handshake-done callback.
// FIXME: pass error to callback h->cb(exec_ctx, h->endpoint, h->args, h->user_data, GRPC_ERROR_REF(error));
h->cb(exec_ctx, h->endpoint, h->args, h->user_data);
} }
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment