diff options
Diffstat (limited to 'mod/ci-common.cxx')
-rw-r--r-- | mod/ci-common.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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<tenant_service> r (move (t->service)); t->service = nullopt; t->archived = true; |