]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-smtp: Reformat smtp-server-cmd-quit.c.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Tue, 11 Jan 2022 01:05:26 +0000 (02:05 +0100)
committerMartti Rannanjärvi <martti.rannanjarvi@open-xchange.com>
Fri, 21 Jan 2022 07:36:01 +0000 (09:36 +0200)
src/lib-smtp/smtp-server-cmd-quit.c

index 399baa770b0c72d3a3f532ae0afc624f08a1511e..04764fd21597d50214054fa59b144e0845e6d849 100644 (file)
@@ -26,7 +26,7 @@ void smtp_server_cmd_quit(struct smtp_server_cmd_ctx *cmd,
        smtp_server_command_ref(command);
        if (callbacks != NULL && callbacks->conn_cmd_quit != NULL) {
                /* specific implementation of QUIT command */
-               if ((ret=callbacks->conn_cmd_quit(conn->context, cmd)) <= 0) {
+               if ((ret = callbacks->conn_cmd_quit(conn->context, cmd)) <= 0) {
                        i_assert(ret == 0 ||
                                 smtp_server_command_is_replied(command));
                        /* command is waiting for external event or it failed */