Constify
[users/heiko/exim.git] / src / src / receive.c
index 76b4d378db6de573c9fed674b46684b18c3551c6..707fe07f7e6677da146e999f0235b9e874979fb6 100644 (file)
@@ -2806,7 +2806,7 @@ From:) but we still want to ensure a valid Sender: if it is required. */
 if (  !from_header
    && ((!sender_host_address && !f.suppress_local_fixups) || f.submission_mode))
   {
-  uschar *oname = US"";
+  const uschar * oname = US"";
 
   /* Use the originator_name if this is a locally submitted message and the
   caller is not trusted. For trusted callers, use it only if -F was used to