Compare commits
No commits in common. "c90d4eb64d47fd03a66c59e751c6fe032a45867a" and "1b9a9f990631e750fe85fdcde5871fcf358cc730" have entirely different histories.
c90d4eb64d
...
1b9a9f9906
@ -14,8 +14,6 @@
|
|||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "utilities.h"
|
|
||||||
|
|
||||||
#include "launchpad.h"
|
#include "launchpad.h"
|
||||||
#include "distribution.h"
|
#include "distribution.h"
|
||||||
#include "distro_series.h"
|
#include "distro_series.h"
|
||||||
@ -393,8 +391,7 @@ int main(int argc, char* argv[]) {
|
|||||||
|
|
||||||
auto ubuntu_opt = lp->distributions["ubuntu"];
|
auto ubuntu_opt = lp->distributions["ubuntu"];
|
||||||
distribution ubuntu = ubuntu_opt.value();
|
distribution ubuntu = ubuntu_opt.value();
|
||||||
auto ds_opt = ubuntu.current_series;
|
distro_series current_series = ubuntu.current_series.value();
|
||||||
distro_series current_series = ds_opt.value();
|
|
||||||
|
|
||||||
// Retrieve user and PPA
|
// Retrieve user and PPA
|
||||||
auto user_opt = lp->people[args.user];
|
auto user_opt = lp->people[args.user];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user