diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-13 16:46:02 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-13 16:46:02 +0000 |
commit | abffa1cc886b76d3e7afebb5f30c2d6db4c2f40e (patch) | |
tree | 221b2305f0af674fed9ede2b0420a8c20faa7994 | |
parent | 1828554e3dbd6005fe9a315ff660819e0efbae61 (diff) | |
download | urpmi-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
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |