From 186150ca006267d84a7bc195d320b3b573a36361 Mon Sep 17 00:00:00 2001 From: quackerd Date: Mon, 21 Mar 2022 19:45:42 +0800 Subject: [PATCH] fixed hardcoded exit --- storage/birb.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/storage/birb.cc b/storage/birb.cc index 40838ea..cb72535 100644 --- a/storage/birb.cc +++ b/storage/birb.cc @@ -715,7 +715,6 @@ end: delete tctx; } - exit(0); spdk_app_stop(rc); return; }