Skip to content

Commit 4180ff9

Browse files
committed
Revert "fixup"
This reverts commit 5935a0f. Signed-off-by: Matan Breizman <[email protected]>
1 parent 9ef9c12 commit 4180ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/objectstore/test_deferred.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ void create_deferred_and_terminate() {
153153
lgeneric_dout(g_ceph_context, 0) << "completed id=" << o << dendl;
154154
cout << "completed id=" << o << std::endl;
155155
if (++deferred_counter == object_count) {
156-
_exit(0);
156+
exit(0);
157157
}
158158
}));
159159
r = store->queue_transaction(ch, std::move(t));

0 commit comments

Comments
 (0)