Fix bug causing "razor list-files" to fail to see any files.
authorJ. Ali Harlow <ali@juiblex.co.uk>
Wed, 14 Jan 2009 11:48:50 +0000 (11:48 +0000)
committerJ. Ali Harlow <ali@juiblex.co.uk>
Wed, 14 Jan 2009 11:48:50 +0000 (11:48 +0000)
src/main.c

index 6d9eae0..4f4f11e 100644 (file)
@@ -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);