mirror of
https://github.com/moparisthebest/pacman
synced 2024-10-31 15:45:03 -04:00
Actually return the error value of check_db_local
Signed-off-by: Charles Pigott <charlespigott@googlemail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
f9cb4f3b9c
commit
f34e48a988
@ -253,7 +253,7 @@ static int check_db_local(void) {
|
||||
ret += check_db_local_package_conflicts(pkglist);
|
||||
ret += check_db_local_filelist_conflicts(pkglist);
|
||||
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user