summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-04-29 16:49:51 +0000
committerjbj <devnull@localhost>2003-04-29 16:49:51 +0000
commitd38e3db906459b7a2d9d2d8275d7d4fa8ae0a9e9 (patch)
tree95a59744cf70cee222930a230841199e27717e94 /lib
parentf7b055f024141730443759d6511e18c4ba463212 (diff)
downloadlibrpm-tizen-d38e3db906459b7a2d9d2d8275d7d4fa8ae0a9e9.tar.gz
librpm-tizen-d38e3db906459b7a2d9d2d8275d7d4fa8ae0a9e9.tar.bz2
librpm-tizen-d38e3db906459b7a2d9d2d8275d7d4fa8ae0a9e9.zip
- fix: IDTXglob should return REMOVETID sorted headers (#89857).
CVS patchset: 6790 CVS date: 2003/04/29 16:49:51
Diffstat (limited to 'lib')
-rw-r--r--lib/rpminstall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpminstall.c b/lib/rpminstall.c
index ead207a36..e02f81a00 100644
--- a/lib/rpminstall.c
+++ b/lib/rpminstall.c
@@ -1060,7 +1060,7 @@ bottom:
av[i] = _free(av[i]);
av = _free(av); ac = 0;
- return idtx;
+ return IDTXsort(idtx);
}
/** @todo Transaction handling, more, needs work. */