aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/util/b64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/security/util/b64.c')
-rw-r--r--src/core/lib/security/util/b64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/security/util/b64.c b/src/core/lib/security/util/b64.c
index 09c8213131..bbd7e335a6 100644
--- a/src/core/lib/security/util/b64.c
+++ b/src/core/lib/security/util/b64.c
@@ -232,5 +232,5 @@ grpc_slice grpc_base64_decode_with_len(grpc_exec_ctx *exec_ctx, const char *b64,
fail:
grpc_slice_unref_internal(exec_ctx, result);
- return grpc_empty_slice();
+ return gpr_empty_slice();
}