sbin/hammer: Disable AssertOnFailure when running hammer checkmap
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 16 Mar 2015 16:36:44 +0000 (01:36 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 16 Mar 2015 17:24:02 +0000 (02:24 +0900)
commit8fd2cc397c30558bbc7b00958180820c38f16c5f
tree02320a7b1cf45ace9a9c4a093e7750400715be0b
parentd42b45c3c4ad841d4c955ba6341c266aaac32b57
sbin/hammer: Disable AssertOnFailure when running hammer checkmap

- Since the purpose of hammer checkmap command is to find out
  inconsistency between blockmap and btree, it's better to set
  AssertOnFailure to 0 just like hammer show command does.
sbin/hammer/cmd_blockmap.c