summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index 1fc60545..6ca94f05 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -287,7 +287,7 @@ sub db_open_or_die__ {
my $db;
if ($o_rpmdb) {
$db = new URPM;
- $db->parse_synthesis($p_rpmdb);
+ $db->parse_synthesis($o_rpmdb);
} else {
$db = urpm::db_open_or_die_($urpm);
}