Skip to content

Commit

Permalink
lib/repo-pull: Add an explanatory comment
Browse files Browse the repository at this point in the history
Closes: #1763
Approved by: pwithnall
  • Loading branch information
mwleeds authored and rh-atomic-bot committed Oct 23, 2018
1 parent c9a9e6c commit 3fc46f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libostree/ostree-repo-pull.c
Original file line number Diff line number Diff line change
Expand Up @@ -5020,6 +5020,7 @@ ostree_repo_find_remotes_async (OstreeRepo *self,
}
#endif /* HAVE_AVAHI */

/* self->repo_finders is guaranteed to be non-empty */
g_assert (default_finders != NULL);
finders = default_finders;

Expand Down

0 comments on commit 3fc46f3

Please sign in to comment.