constification
[exim.git] / src / src / routers / redirect.c
index 6a17c2f8d930064db1ede7a7edc47e3b043f3e0c..4c8e305634d72a7cf8fe8a6b38d34b227eadc0a9 100644 (file)
@@ -306,9 +306,8 @@ redirect_router_options_block *ob =
 
 while (generated)
   {
-  address_item *parent;
-  address_item *next = generated;
-  uschar *errors_address = next->prop.errors_address;
+  address_item * next = generated, * parent;
+  const uschar * errors_address = next->prop.errors_address;
 
   generated = next->next;
   next->parent = addr;