]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lmtp: struct lmtp_recipient - Change all strings to const
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 1 Feb 2022 15:00:36 +0000 (16:00 +0100)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 1 Feb 2022 15:00:43 +0000 (16:00 +0100)
src/lmtp/lmtp-recipient.h

index 2b4367860f3cf4ee2026e5e9eb1d33368d875494..d7604409a33995f369e26847049959b60bff72f5 100644 (file)
@@ -20,7 +20,7 @@ struct lmtp_recipient {
        enum lmtp_recipient_type type;
        void *backend_context;
 
-       char *session_id;
+       const char *session_id;
        const char *forward_fields;
 
        /* Module-specific contexts. */