move cluster table management from ec3_reader/writer to ec3_pipeline
This commit is contained in:
@@ -42,7 +42,7 @@ static enum ec3_status add_file(
|
||||
|
||||
struct ec3_tag_writer *tag = NULL;
|
||||
enum ec3_status status
|
||||
= ec3_writer_create_tag(writer, type, id, 0, &tag);
|
||||
= ec3_writer_create_tag(writer, 0, type, id, 0, &tag);
|
||||
|
||||
if (status != EC3_SUCCESS) {
|
||||
b_err("cannot initialise EC3 tag writer");
|
||||
|
||||
Reference in New Issue
Block a user