lib/tdb: fix missing return 0 code.
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 23 Mar 2012 00:11:55 +0000 (10:41 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 23 Mar 2012 00:11:55 +0000 (10:41 +1030)
commit330e3e1b91ecbf99af3b598b324f21b5eff933fd
tree0cdcdfe257033f7c3b64ebe96bfeae488eef43f7
parent8718c7b88de993cef66c2a26ff1addd52b30b05c
lib/tdb: fix missing return 0 code.

fde694274e1e5a11d1473695e7ec7a97f95d39e4 made tdb_mmap return an int,
but didn't put the return 0 on the "internal db" case.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
lib/tdb/common/io.c