diff options
Diffstat (limited to 'load/load.cxx')
-rw-r--r-- | load/load.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/load/load.cxx b/load/load.cxx index ad5379e..691afb6 100644 --- a/load/load.cxx +++ b/load/load.cxx @@ -546,7 +546,8 @@ load_packages (const shared_ptr<repository>& rp, ts.emplace_back (move (td.name), td.type, td.buildtime, - move (td.constraint)); + move (td.constraint), + move (td.reflect)); } // Cache before the package name is moved. |