diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-10-20 09:04:07 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-10-20 09:04:07 +0000 |
commit | 063bcd594d5af742704df30f3a8eaea428bba423 (patch) | |
tree | da59e3eee76d8843f619603a438a2514fc0dfcd4 /urpm | |
parent | e22a7e6f6d267b8d7cf2c6c188cdcbd7d703a49a (diff) | |
download | urpmi-063bcd594d5af742704df30f3a8eaea428bba423.tar urpmi-063bcd594d5af742704df30f3a8eaea428bba423.tar.gz urpmi-063bcd594d5af742704df30f3a8eaea428bba423.tar.bz2 urpmi-063bcd594d5af742704df30f3a8eaea428bba423.tar.xz urpmi-063bcd594d5af742704df30f3a8eaea428bba423.zip |
add missing para to _get_pubkey()
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/media.pm | 2 |
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; } |