Skip to content

Commit

Permalink
Fix init_metadata function call
Browse files Browse the repository at this point in the history
Distro A, OPSEC #4584

Signed-off-by: Jacob Hassold <jhassold@dcscorp.com>
  • Loading branch information
Jacob Hassold committed Jan 18, 2021
1 parent caeb348 commit a2d6321
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ void SequentialReindexer::reindex(const rosbag2_storage::StorageOptions & storag
}

// Create initial metadata
init_metadata(files);
init_metadata(files, storage_options);

// Collect all metadata from database files
aggregate_metadata(files, storage_options);
Expand Down

0 comments on commit a2d6321

Please sign in to comment.