constification
[exim.git] / src / src / routers / rf_lookup_hostlist.c
index 0eae31e6160f0f21d76ce4cd0cdd612e3c2fc1a1..28d4fc4c1347b070f7b08a390141d8b3b5ddf4aa 100644 (file)
@@ -64,7 +64,7 @@ list of MX hosts. If the first host is the local host, act according to the
 prev = NULL;
 for (h = addr->host_list; h != NULL; h = next_h)
   {
-  uschar *canonical_name;
+  const uschar *canonical_name;
   int rc, len, port;
 
   next_h = h->next;