From 0eb5d9ad373771d3abe0ca139c069789dfad33d4 Mon Sep 17 00:00:00 2001 From: Rich Lane Date: Fri, 24 Jul 2009 19:50:54 -0700 Subject: [PATCH] xapian: initialize sources in sup-dump --- bin/sup-dump | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/sup-dump b/bin/sup-dump index 9b0892e..c18a767 100755 --- a/bin/sup-dump +++ b/bin/sup-dump @@ -22,6 +22,7 @@ EOS end index = Redwood::Index.new +Redwood::SourceManager.new index.load index.each_message do |m| -- 2.45.2