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
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ static int check_db_local(void) {
|
||||||
ret += check_db_local_package_conflicts(pkglist);
|
ret += check_db_local_package_conflicts(pkglist);
|
||||||
ret += check_db_local_filelist_conflicts(pkglist);
|
ret += check_db_local_filelist_conflicts(pkglist);
|
||||||
|
|
||||||
return 0;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue