Skip to content
Snippets Groups Projects
Commit 5ada3d20 authored by Craig Tiller's avatar Craig Tiller
Browse files

Add missing line

parent 278e5fd7
No related branches found
No related tags found
No related merge requests found
......@@ -936,6 +936,7 @@ void *grpc_server_register_method(
m->method = gpr_strdup(method);
m->host = gpr_strdup(host);
m->next = server->registered_methods;
m->payload_handling = payload_handling;
m->flags = flags;
server->registered_methods = m;
return m;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment