xbps_init: don't panic if conf_dictionary cannot be internalized, just continue.

This commit is contained in:
Juan RP
2011-06-04 15:51:32 +02:00
parent 51bee11bfa
commit 20c36d73ef
3 changed files with 12 additions and 4 deletions

View File

@ -62,6 +62,8 @@ xbps_repository_pool_init(void)
bool duprepo;
xhp = xbps_handle_get();
if (xhp->conf_dictionary == NULL)
return ENOTSUP;
if (repolist_initialized)
return 0;