aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/slice/slice_hash_table.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-14 08:21:17 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-11-14 08:21:17 -0800
commit4eecdde403b852e523a004707c1045b5e6072cdc (patch)
treee63cea93ac14bbe20585f77acaa38723023ff62a /src/core/lib/slice/slice_hash_table.c
parent5ef31ab9c92429e64a43501a4bd440760cca399b (diff)
Conversion progress
Diffstat (limited to 'src/core/lib/slice/slice_hash_table.c')
-rw-r--r--src/core/lib/slice/slice_hash_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/slice/slice_hash_table.c b/src/core/lib/slice/slice_hash_table.c
index 743a6b1836..7e6f705164 100644
--- a/src/core/lib/slice/slice_hash_table.c
+++ b/src/core/lib/slice/slice_hash_table.c
@@ -40,7 +40,7 @@
#include "src/core/lib/slice/slice_internal.h"
#include "src/core/lib/transport/metadata.h"
-static grpc_slice_refcount terminal_slice_refcount = {0};
+static grpc_slice_refcount terminal_slice_refcount = {NULL, NULL};
static const grpc_slice terminal_slice = {&terminal_slice_refcount,
.data.refcounted = {0, 0}};