diff options
author | jbj <devnull@localhost> | 2003-04-29 16:49:51 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-04-29 16:49:51 +0000 |
commit | d38e3db906459b7a2d9d2d8275d7d4fa8ae0a9e9 (patch) | |
tree | 95a59744cf70cee222930a230841199e27717e94 /lib | |
parent | f7b055f024141730443759d6511e18c4ba463212 (diff) | |
download | librpm-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.c | 2 |
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. */ |