Skip to content

Commit

Permalink
reset packages that have been added to the universe
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Jun 25, 2016
1 parent dfc2ae7 commit 1089b15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libpkg/pkg_jobs_universe.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@ pkg_jobs_universe_handle_provide(struct pkg_jobs_universe *universe,
&unit) != EPKG_OK) {
continue;
}
rpkg = NULL;
if (unit != NULL)
rpkg = NULL;
}
}

Expand Down

0 comments on commit 1089b15

Please sign in to comment.