Use correct enum values in avrorouter
The file flushing enums weren't used.
This commit is contained in:
@ -1074,7 +1074,7 @@ void converter_func(void* data)
|
||||
/** We reached end of file, flush unwritten records to disk */
|
||||
if (router->task_delay == 1)
|
||||
{
|
||||
avro_flush_all_tables(router, true);
|
||||
avro_flush_all_tables(router, AVROROUTER_FLUSH);
|
||||
avro_save_conversion_state(router);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user