fixed hardcoded exit

This commit is contained in:
quackerd 2022-03-21 19:45:42 +08:00
parent 27c6cd188d
commit 186150ca00

View File

@ -715,7 +715,6 @@ end:
delete tctx; delete tctx;
} }
exit(0);
spdk_app_stop(rc); spdk_app_stop(rc);
return; return;
} }