Dereference src_pub before assigning it

main
Simon Quigley 6 days ago
parent ef564a8012
commit 129b98efdd

@ -239,7 +239,7 @@ int check_pending_packages(const std::string& release) {
} }
} }
if (!found) { if (!found) {
source_packages.emplace_back(src_pub); source_packages.emplace_back(*src_pub);
} }
} }
} }

Loading…
Cancel
Save