Skip to content

Commit

Permalink
Fix arguments passed to extent_init.
Browse files Browse the repository at this point in the history
  • Loading branch information
interwq committed Apr 9, 2018
1 parent 2dccf45 commit 4df483f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extent.c
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ extent_alloc_wrapper_hard(tsdn_t *tsdn, arena_t *arena,
return NULL;
}
extent_init(extent, arena, addr, esize, slab, szind,
arena_extent_sn_next(arena), extent_state_active, zero, commit,
arena_extent_sn_next(arena), extent_state_active, *zero, *commit,
true);
if (pad != 0) {
extent_addr_randomize(tsdn, extent, alignment);
Expand Down

0 comments on commit 4df483f

Please sign in to comment.