Fix md5 verify
authorJens Axboe <jens.axboe@oracle.com>
Sun, 29 Jul 2007 06:49:16 +0000 (08:49 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Sun, 29 Jul 2007 06:49:16 +0000 (08:49 +0200)
commitc9b3fdf3828fe15cfdcaace7c84ad96e90e24a46
tree4477a7d7c5c30885c98ef8aba71f1eb6262a0237
parent819a968068aae65bca68ddc7805c01669707b880
Fix md5 verify

The header_interval/offset changes introduced a bug, doing sizeof
on a pointer where it should have been the array. So we didn't compare
the full md5, just the first sizeof(pointer) bytes.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
verify.c