From 0cf90205710ee250a395c3683a6040eff7caa520 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Oct 2024 09:05:04 +0200 Subject: Sketch CI common API changes --- mod/ci-common.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/ci-common.cxx') diff --git a/mod/ci-common.cxx b/mod/ci-common.cxx index c0ef89f..1f0ff74 100644 --- a/mod/ci-common.cxx +++ b/mod/ci-common.cxx @@ -707,6 +707,8 @@ namespace brep if (t == nullptr) return nullopt; + // @@ Why not remove it if unloaded (and below)? + optional r (move (t->service)); t->service = nullopt; t->archived = true; -- cgit v1.1