From 063bcd594d5af742704df30f3a8eaea428bba423 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 20 Oct 2008 09:04:07 +0000 Subject: add missing para to _get_pubkey() --- urpm/media.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm') 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; } -- cgit v1.2.1