@pmatilai commented on this pull request.
> free(lints);
}
- if (keyptr) {
- *keyptr = pubkeyPrimarykey(key);
+
+ for (auto const & item : results) {
+ if (((rc == RPMRC_OK) == (item.first == RPMRC_OK))
+ && item.second != "")
item.second.empty() would be the more appropriate test for an empty C++ string.
Not that it affects the results here.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3398#pullrequestreview-2391420237
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3398/review/2391420...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint