]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
submission: relay backend: Fix comment in RCPT command code.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Fri, 12 Oct 2018 08:34:21 +0000 (10:34 +0200)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Tue, 12 Feb 2019 13:41:17 +0000 (15:41 +0200)
src/submission/submission-backend-relay.c

index c15e66048894976484b24ab6fa79df87535385a7..aa033e58246f7874d633b48e55ee3921f5e1b5ab 100644 (file)
@@ -492,7 +492,7 @@ relay_cmd_rcpt_callback(const struct smtp_reply *relay_reply,
        struct submission_backend_relay *backend = rcpt_cmd->backend;
        struct smtp_reply reply;
 
-       /* finished relaying MAIL command to relay server */
+       /* finished relaying RCPT command to relay server */
        i_assert(rcpt_cmd != NULL);
        rcpt_cmd->relay_rcpt = NULL;