Skip to content
Snippets Groups Projects
Commit e5d8e02a authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix sanity: core_banned_functions

parent a47f51ff
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ grpc_linked_mdelem *MetadataBatch::AddMetadata(grpc_exec_ctx *exec_ctx,
storage->md = grpc_mdelem_from_slices(exec_ctx, SliceFromCopiedString(key),
SliceFromCopiedString(value));
GRPC_LOG_IF_ERROR("MetadataBatch::AddMetadata",
grpc_metadata_batch_link_head(batch_, storage));
grpc_metadata_batch_link_head(exec_ctx, batch_, storage));
return storage;
}
......
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