Dereference src_pub before assigning it
This commit is contained in:
parent
ef564a8012
commit
129b98efdd
@ -239,7 +239,7 @@ int check_pending_packages(const std::string& release) {
|
||||
}
|
||||
}
|
||||
if (!found) {
|
||||
source_packages.emplace_back(src_pub);
|
||||
source_packages.emplace_back(*src_pub);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user