summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-10-20 09:04:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-10-20 09:04:07 +0000
commit063bcd594d5af742704df30f3a8eaea428bba423 (patch)
treeda59e3eee76d8843f619603a438a2514fc0dfcd4
parente22a7e6f6d267b8d7cf2c6c188cdcbd7d703a49a (diff)
downloadurpmi-063bcd594d5af742704df30f3a8eaea428bba423.tar
urpmi-063bcd594d5af742704df30f3a8eaea428bba423.tar.gz
urpmi-063bcd594d5af742704df30f3a8eaea428bba423.tar.bz2
urpmi-063bcd594d5af742704df30f3a8eaea428bba423.tar.xz
urpmi-063bcd594d5af742704df30f3a8eaea428bba423.zip
add missing para to _get_pubkey()
-rw-r--r--urpm/media.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/media.pm b/urpm/media.pm
index 46cd959a..c7576787 100644
--- a/urpm/media.pm
+++ b/urpm/media.pm
@@ -1578,7 +1578,7 @@ sub _update_medium_ {
: _update_medium__parse_if_unmodified__remote($urpm, $medium, \%options);
if ($options{forcekey} && $rc eq 'unmodified') {
- _get_pubkey($urpm, $medium); # we must do it now, quite hackish...
+ _get_pubkey($urpm, $medium, $options{wait_lock}); # we must do it now, quite hackish...
return 1;
}