X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ae96393855f6ea395a53a1767cc049d1f6ae9683..55414b25bee9f0195ccd1e47f3d3b5cba766e099:/src/src/queue.c diff --git a/src/src/queue.c b/src/src/queue.c index 8876e09be..ca6c47f44 100644 --- a/src/src/queue.c +++ b/src/src/queue.c @@ -1345,7 +1345,8 @@ queue_check_only(void) BOOL *set; int sep = 0; struct stat statbuf; -uschar *s, *ss, *name; +const uschar *s; +uschar *ss, *name; uschar buffer[1024]; if (queue_only_file == NULL) return;