shared files weren't handled properly in netsharedpaths

CVS patchset: 2111
CVS date: 1998/05/06 21:46:03
This commit is contained in:
ewt 1998-05-06 21:46:03 +00:00
parent 6c5e7ad28b
commit 16e9eae0e1
1 changed files with 1 additions and 1 deletions

View File

@ -1240,7 +1240,7 @@ static int instHandleSharedFiles(rpmdb db, int ignoreOffset,
for (i = 0; i < sharedCount; i++) {
/* if a file isn't going to be installed it doesn't matter who
it's shared with */
if (!files[sharedList[i].mainFileNumber].action == SKIP) continue;
if (files[sharedList[i].mainFileNumber].action == SKIP) continue;
if (secOffset != sharedList[i].secRecOffset) {
if (secOffset) {