diff --git a/ircd/resource.cc b/ircd/resource.cc index 88ec77de1..4c49b9ba6 100644 --- a/ircd/resource.cc +++ b/ircd/resource.cc @@ -423,6 +423,7 @@ noexcept stats->pending }; + const ctx::uninterruptible::nothrow ui; idle_dock.wait([this] { return !stats || stats->pending == 0;