Skip to content
Snippets Groups Projects
Commit b5f74f1b authored by Stanley Cheung's avatar Stanley Cheung
Browse files

removed comment

parent 42fb7069
No related branches found
No related tags found
No related merge requests found
...@@ -185,7 +185,6 @@ void plugin_get_metadata(void *ptr, grpc_auth_metadata_context context, ...@@ -185,7 +185,6 @@ void plugin_get_metadata(void *ptr, grpc_auth_metadata_context context,
MAKE_STD_ZVAL(arg); MAKE_STD_ZVAL(arg);
ZVAL_STRING(arg, context.service_url, 1); ZVAL_STRING(arg, context.service_url, 1);
params[0] = &arg; params[0] = &arg;
/* TODO: Need to pass user_data as well? */
state->fci->param_count = 1; state->fci->param_count = 1;
state->fci->params = params; state->fci->params = params;
state->fci->retval_ptr_ptr = &retval; state->fci->retval_ptr_ptr = &retval;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment