constification
[exim.git] / src / exim_monitor / em_globals.c
index cf9b1075e8fc969b33817b92d0fd78c6ea667369..3822746bae3f96f53c921825596dbe879b7c3af3 100644 (file)
@@ -204,7 +204,7 @@ recipient_item *recipients_list = NULL;
 int     recipients_list_max    = 0;
 BOOL    running_in_test_harness=FALSE;
 
-uschar *sender_address         = NULL;
+const uschar *sender_address    = NULL;
 uschar *sender_fullhost        = NULL;
 uschar *sender_helo_name       = NULL;
 uschar *sender_host_address    = NULL;