summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-11-13 16:46:02 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-11-13 16:46:02 +0000
commitabffa1cc886b76d3e7afebb5f30c2d6db4c2f40e (patch)
tree221b2305f0af674fed9ede2b0420a8c20faa7994 /urpm.pm
parent1828554e3dbd6005fe9a315ff660819e0efbae61 (diff)
downloadurpmi-abffa1cc886b76d3e7afebb5f30c2d6db4c2f40e.tar
urpmi-abffa1cc886b76d3e7afebb5f30c2d6db4c2f40e.tar.gz
urpmi-abffa1cc886b76d3e7afebb5f30c2d6db4c2f40e.tar.bz2
urpmi-abffa1cc886b76d3e7afebb5f30c2d6db4c2f40e.tar.xz
urpmi-abffa1cc886b76d3e7afebb5f30c2d6db4c2f40e.zip
fix replacing "next" with "return" when _update_medium_first_pass() was introduced
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index 8eab9de6..76619423 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -1455,7 +1455,7 @@ sub _update_medium_first_pass {
#- an unresolved provides is found.
#- to speed up the process, we only read the synthesis at the beginning.
_update_media__when_not_modified($urpm, $medium);
- next;
+ return;
}
#- always delete a remaining list file or pubkey file in cache.