aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/server_auth_filter.c
diff options
context:
space:
mode:
authorGravatar Hongyu Chen <hongyu@google.com>2015-08-20 11:18:35 -0700
committerGravatar Hongyu Chen <hongyu@google.com>2015-08-20 11:18:35 -0700
commitc389bd22b7a293c536e5cf8e489019d239b680c6 (patch)
treea517da608ea627bbf080454c79b531780c5a0a5b /src/core/security/server_auth_filter.c
parentfdc1dc744baa194f220a5d103ca73dde290c7d4b (diff)
parent43a53ffa0a1fadb6bb90ec814ac43da24a6d2684 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/core/security/server_auth_filter.c')
-rw-r--r--src/core/security/server_auth_filter.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/security/server_auth_filter.c b/src/core/security/server_auth_filter.c
index 2fc689caec..2f42f01f53 100644
--- a/src/core/security/server_auth_filter.c
+++ b/src/core/security/server_auth_filter.c
@@ -212,8 +212,7 @@ static void init_call_elem(grpc_call_element *elem,
}
/* Destructor for call_data */
-static void destroy_call_elem(grpc_call_element *elem) {
-}
+static void destroy_call_elem(grpc_call_element *elem) {}
/* Constructor for channel_data */
static void init_channel_elem(grpc_channel_element *elem, grpc_channel *master,