aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2006-11-29 22:22:21 +0000
committerThierry Vignaud <tv@mandriva.org>2006-11-29 22:22:21 +0000
commitd971db73c3e7225560518d3421377466a29debda (patch)
treec66d317280a69639bf34288ff05a46eff42111c7
parent731629ff2296573c9a4f953183892b6dde4ac732 (diff)
downloadperl-URPM-d971db73c3e7225560518d3421377466a29debda.tar
perl-URPM-d971db73c3e7225560518d3421377466a29debda.tar.gz
perl-URPM-d971db73c3e7225560518d3421377466a29debda.tar.bz2
perl-URPM-d971db73c3e7225560518d3421377466a29debda.tar.xz
perl-URPM-d971db73c3e7225560518d3421377466a29debda.zip
(Trans_add) remove guard, proper fix is now enough
-rw-r--r--URPM.xs1
1 files changed, 0 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index 5e650a4..155aa14 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -2696,7 +2696,6 @@ Trans_add(trans, pkg, ...)
#endif
while (--j >= 0) {
SV **e = av_fetch(excludepath, j, 0);
- relocations[j].newPath = NULL;
if (e != NULL && *e != NULL) {
relocations[j].oldPath = SvPV_nolen(*e);
}