Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
Signed-off-by: CalvinNeo <[email protected]>
  • Loading branch information
CalvinNeo committed Jan 5, 2024
1 parent 99a00ea commit b947128
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ pub(crate) unsafe extern "C" fn ffi_apply_fap_snapshot(
"region_id" => region_id,
"peer_id" => peer_id,
);
if assert_exist {
panic!("should exist region_id={} peed_id={}", region_id, peer_id);
}
return 0;
}
};
Expand Down

0 comments on commit b947128

Please sign in to comment.