aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/metadata_batch.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-22 15:43:56 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-11-22 15:43:56 -0800
commit0960818e546f63131522def31838848370467c25 (patch)
tree50b819ea00b0c0ffbdd78f4c1171816c420dcb5c /src/core/lib/transport/metadata_batch.c
parentb0f3bca0ef9ee8c1ea6bb2bde7281a1df5914216 (diff)
bm_fullstack runs
Diffstat (limited to 'src/core/lib/transport/metadata_batch.c')
-rw-r--r--src/core/lib/transport/metadata_batch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/transport/metadata_batch.c b/src/core/lib/transport/metadata_batch.c
index 2bbd5ba6aa..c41d28d9f7 100644
--- a/src/core/lib/transport/metadata_batch.c
+++ b/src/core/lib/transport/metadata_batch.c
@@ -194,6 +194,7 @@ static void link_tail(grpc_mdelem_list *list, grpc_linked_mdelem *storage) {
list->head = storage;
}
list->tail = storage;
+ list->count++;
assert_valid_list(list);
}