From: Stephan Bosch Date: Fri, 26 Sep 2025 01:37:58 +0000 (+0200) Subject: lib-smtp: smtp-server-command - Make smtp_server_command_pipeline_(un)block() debug... X-Git-Tag: 2.4.2~408 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8bfbfb1ee1910a1ee3f52f05bdcd2b77a12990f;p=thirdparty%2Fdovecot%2Fcore.git lib-smtp: smtp-server-command - Make smtp_server_command_pipeline_(un)block() debug logging consistent --- diff --git a/src/lib-smtp/smtp-server-command.c b/src/lib-smtp/smtp-server-command.c index 6020787a06..eed6adb6d8 100644 --- a/src/lib-smtp/smtp-server-command.c +++ b/src/lib-smtp/smtp-server-command.c @@ -890,8 +890,8 @@ void smtp_server_command_pipeline_unblock(struct smtp_server_cmd_ctx *cmd) if (!command->pipeline_blocked) return; + e_debug(cmd->event, "Pipeline unblocked"); + command->pipeline_blocked = FALSE; smtp_server_connection_input_unlock(conn); - - e_debug(cmd->event, "Pipeline unblocked"); }