sbin/hammer: Minor fix for hammer recover quick mode
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 9 Dec 2016 17:23:49 +0000 (02:23 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 10 Dec 2016 06:22:07 +0000 (15:22 +0900)
commita1c3132e65339970423e3b5370f675c220975fbf
tree83baa27afb07c078a6bf2eaae111fe6c3a1e8fd6
parent5a89e5d1a71e9a402b78e4df56c88f53aa1fa0af
sbin/hammer: Minor fix for hammer recover quick mode

* Remove assert(b); since it's totally possible that the whole
  B-Tree zone was corrupted and nothing was found.

* Print B-Tree zone info only when using quick option.

* Rename a local variable limit to zone_limit for the next commit.
sbin/hammer/cmd_recover.c