aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index 6b89e533..cfd25329 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -50,7 +50,7 @@ our $statusbar;
warn_about_user_mode();
-my $db = open_db();
+open_db();
sub do_search($$$$$$$) {
my ($find_entry, $tree, $tree_model, $options, $current_search_type, $urpm, $pkgs) = @_;