Skip to content

Commit

Permalink
#99 iterator
Browse files Browse the repository at this point in the history
rados still had refrence to object (iterator).
  • Loading branch information
jrse committed Nov 11, 2017
1 parent 3e9a3f0 commit f60b1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/sync-rbox/it_test_sync_rbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ TEST_F(SyncTest, force_resync_missing_rados_object) {
while (iter != librados::NObjectIterator::__EndObjectIterator) {
oid_to_delete = (*iter).get_oid();
i_debug("oid to delete: %s", oid_to_delete.c_str());
break;
iter++;
}
r_storage->s->delete_mail(oid_to_delete);

Expand Down

0 comments on commit f60b1d7

Please sign in to comment.