Fix bug in basic_access error path.
authorKevin O'Connor <kevin@koconnor.net>
Fri, 2 Jan 2009 17:36:46 +0000 (12:36 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 2 Jan 2009 17:36:46 +0000 (12:36 -0500)
commit6aa673d53c580d90b09830db83a6b6778c020d9b
treef1eb87723250622e391a6823b84591aba4a103f9
parenta83ff550b4cbf0b1bc35f493c8715a69a9e28b7e
Fix bug in basic_access error path.

A missing 'return' statement caused the error to not be returned.
src/disk.c