aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/util/b64.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-26 13:49:10 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-26 13:49:10 -0800
commit6fa43c5e22ff9df748e8262c0e9a2e4a792dc8e6 (patch)
treed0b79ae14c09acbd9dd5a05fe10605d2663f6a5a /src/core/lib/security/util/b64.c
parentba7a84b2a883ec303f77bc3e825eed724cec0c40 (diff)
parentffc843ddcb89bdd285a17ff032b1fd9ba626667e (diff)
Merge branch 'maxmsgsz' of github.com:ctiller/grpc into maxmsgsz
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 bbd7e335a6..09c8213131 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 gpr_empty_slice();
+ return grpc_empty_slice();
}