]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-smtp: smtp-server-command - Make smtp_server_command_pipeline_(un)block() debug...
authorStephan Bosch <stephan.bosch@open-xchange.com>
Fri, 26 Sep 2025 01:37:58 +0000 (03:37 +0200)
committerStephan Bosch <stephan.bosch@open-xchange.com>
Fri, 26 Sep 2025 01:37:58 +0000 (03:37 +0200)
src/lib-smtp/smtp-server-command.c

index 6020787a06bc4e89a5c39f0803cd40ea779ec1a9..eed6adb6d8bf16dbefa14308f17db924baad3ea8 100644 (file)
@@ -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");
 }