From: Timo Sirainen Date: Tue, 1 Feb 2022 15:00:36 +0000 (+0100) Subject: lmtp: struct lmtp_recipient - Change all strings to const X-Git-Tag: 2.3.19~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d107539524c6b5f6551880a8c174dfbd886fe559;p=thirdparty%2Fdovecot%2Fcore.git lmtp: struct lmtp_recipient - Change all strings to const --- diff --git a/src/lmtp/lmtp-recipient.h b/src/lmtp/lmtp-recipient.h index 2b4367860f..d7604409a3 100644 --- a/src/lmtp/lmtp-recipient.h +++ b/src/lmtp/lmtp-recipient.h @@ -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. */