From: Timo Sirainen Date: Mon, 7 Feb 2022 08:18:03 +0000 (+0100) Subject: welcome: Remove io_loop_stop() call in callback X-Git-Tag: 2.4.0~4567 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b12f744a27c52cf1d6664096c67bb3abd0b7f5aa;p=thirdparty%2Fdovecot%2Fcore.git welcome: Remove io_loop_stop() call in callback This is the responsibility of the program-client API and should not happen in the plugin itself. --- diff --git a/src/plugins/welcome/welcome-plugin.c b/src/plugins/welcome/welcome-plugin.c index bba6fe9c5d..a4fa1c4b48 100644 --- a/src/plugins/welcome/welcome-plugin.c +++ b/src/plugins/welcome/welcome-plugin.c @@ -41,7 +41,6 @@ static void script_finish(int ret, struct program_client *client ATTR_UNUSED) { if (ret < 1) i_error("welcome: Execution failed"); - io_loop_stop(current_ioloop); } static void script_execute(struct mail_user *user, const char *cmd, bool wait)