aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/load_file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/iomgr/load_file.cc')
-rw-r--r--src/core/lib/iomgr/load_file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/load_file.cc b/src/core/lib/iomgr/load_file.cc
index 97e448fb32..feef65cc34 100644
--- a/src/core/lib/iomgr/load_file.cc
+++ b/src/core/lib/iomgr/load_file.cc
@@ -73,6 +73,6 @@ end:
GRPC_ERROR_UNREF(error);
error = error_out;
}
- GRPC_SCHEDULING_END_BLOCKING_REGION_NO_EXEC_CTX;
+ GRPC_SCHEDULING_END_BLOCKING_REGION;
return error;
}