Skip to content
Snippets Groups Projects
Commit 44a2f256 authored by Mark D. Roth's avatar Mark D. Roth
Browse files

s/MAX_INT/INT_MAX/

parent 51d00224
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@
#include "test/core/end2end/end2end_tests.h"
#include <limits.h>
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
......@@ -246,7 +247,7 @@ static bool maybe_add_filter(grpc_channel_stack_builder *builder, void *arg) {
}
static void init_plugin(void) {
grpc_channel_init_register_stage(GRPC_SERVER_CHANNEL, MAX_INT,
grpc_channel_init_register_stage(GRPC_SERVER_CHANNEL, INT_MAX,
maybe_add_filter, NULL);
}
......
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