pull/30414/head
Cheng-Yu Chung 2 years ago
parent 1fc234896b
commit 1ee3ae4da1
  1. 2
      src/core/lib/promise/context.h

@ -46,7 +46,7 @@ class Context : public ContextType<T> {
T* const old_;
static T** GetCurrent() {
static thread_local T* current;
static thread_local T* current = nullptr;
return &current;
}
};

Loading…
Cancel
Save