filer: add missing return

Coverity cid 717404
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2012-08-24 16:12:06 -07:00
parent a6dfa3e5b1
commit 1355a676f6

View File

@ -133,6 +133,7 @@ void Filer::_probed(Probe *probe, const object_t& oid, uint64_t size, utime_t mt
probe->onfinish->finish(probe->err);
delete probe->onfinish;
delete probe;
return;
}
// analyze!