Update timer_generic.c

pull/10194/head
Craig Tiller 8 years ago committed by GitHub
parent 18e1506484
commit 99c718b8f7
  1. 1
      src/core/lib/iomgr/timer_generic.c

@ -426,6 +426,7 @@ bool grpc_timer_check(grpc_exec_ctx *exec_ctx, gpr_timespec now,
gpr_time_cmp(now, gpr_inf_future(now.clock_type)) != 0
? GRPC_ERROR_NONE
: GRPC_ERROR_CREATE("Shutting down timer system");
bool r;
if (next == NULL) {
r = run_some_expired_timers(exec_ctx, now_atm, NULL, shutdown_error);
} else {

Loading…
Cancel
Save