sbin/hammer: Increment recovery scan offset regardless of get_buffer() result
commita19bad8990fe1a766f630d970e25cf258d6cbf08
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 11 Aug 2016 05:53:37 +0000 (11 14:53 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 11 Aug 2016 06:15:39 +0000 (11 15:15 +0900)
tree3f4496b86a1367f2e99a5e6253b181b07ee46903
parentc4f94769b04363639f1b13d7e3140a8ed5dba9cf
sbin/hammer: Increment recovery scan offset regardless of get_buffer() result

otherwise the loop may become an infinite loop though that's not
likely to actually happen in this case.
sbin/hammer/cmd_recover.c