From: J. Ali Harlow Date: Wed, 14 Jan 2009 11:48:50 +0000 (+0000) Subject: Fix bug causing "razor list-files" to fail to see any files. X-Git-Tag: 0.1~29 X-Git-Url: http://project.juiblex.co.uk/git/?a=commitdiff_plain;h=6d0de4a139a7839a49d722e74b7415f83499b037;p=razor.git Fix bug causing "razor list-files" to fail to see any files. --- diff --git a/src/main.c b/src/main.c index 6d9eae0..4f4f11e 100644 --- a/src/main.c +++ b/src/main.c @@ -225,9 +225,6 @@ command_list_files(int argc, const char *argv[]) if (set == NULL) return 1; - if (razor_set_open_files(set, "system-files.rzdb")) - return 1; - razor_set_list_files(set, argv[0]); razor_set_destroy(set);