code cleanup
This commit is contained in:
parent
041e51f68d
commit
a2d1b58210
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ int sync_addtarget(pmtrans_t *trans, pmdb_t *db_local, PMList *dbs_sync, char *n
|
|||
pmdb_t *dbs = j->data;
|
||||
spkg = db_get_pkgfromcache(dbs, targ);
|
||||
}
|
||||
if(spkg == NULL) {
|
||||
if(spkg == NULL) {
|
||||
/* Search provides */
|
||||
_alpm_log(PM_LOG_FLOW2, "target '%s' not found -- looking for provisions", targ);
|
||||
for(j = dbs_sync; j && !spkg; j = j->next) {
|
||||
|
|
Loading…
Add table
Reference in a new issue