lib/repo-pull: Add an explanatory comment

Closes: #1763
Approved by: pwithnall
This commit is contained in:
Matthew Leeds 2018-10-22 15:11:14 -07:00 committed by Atomic Bot
parent c9a9e6c381
commit 3fc46f37f7

View File

@ -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;