summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpmf b/urpmf
index 0132355e..0416d5b4 100755
--- a/urpmf
+++ b/urpmf
@@ -306,6 +306,7 @@ if ($needed_media_info{hdlist}) {
$urpm->{error}(N("no xml-info available for medium \"%s\"", $medium->{name})), next;
$urpm->{log}("getting information from $hdlist");
$urpm->parse_hdlist($hdlist, callback => $callback);
+ next;
}
require urpm::xml_info;
require urpm::xml_info_pkg;