Skip to content

Commit

Permalink
fix: error reported in build process of pegasus-docker (XiaoMi#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
levy5307 authored and zhangyifan27 committed Feb 3, 2021
1 parent 84fdb3f commit e74c9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aio/disk_engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ DSN_REGISTER_COMPONENT_PROVIDER(sim_aio_provider, "dsn::tools::sim_aio_provider"
//----------------- disk_file ------------------------
aio_task *disk_write_queue::unlink_next_workload(void *plength)
{
uint64_t next_offset;
uint64_t next_offset = 0;
uint32_t &sz = *(uint32_t *)plength;
sz = 0;

Expand Down

0 comments on commit e74c9dd

Please sign in to comment.