From 07217dbd38976849b50eb2c669ca902f068bdce9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 16 Jun 2022 16:33:30 +0200 Subject: ASAP::O: Exit quicker (and with explanation) if setup fails --- src/im-sandbox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/im-sandbox.c') diff --git a/src/im-sandbox.c b/src/im-sandbox.c index 83d2f043..0e5dfef9 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -367,6 +367,7 @@ static int run_work(const struct index_args *iargs, Stream *st, sb->asapo_stream); if ( asapostuff == NULL ) { ERROR("ASAP::O setup failed.\n"); + sb->shared->should_shutdown = 1; return 1; } } -- cgit v1.2.3