X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/0cc804c87799fb5902e66d5bd537a762f786dc2a..6d8e1b63fda70bb4153034870cc8b68f9011d0e1:/src/src/filter.c diff --git a/src/src/filter.c b/src/src/filter.c index 210f7b0e2..ad017e567 100644 --- a/src/src/filter.c +++ b/src/src/filter.c @@ -2,8 +2,8 @@ * Exim - an Internet mail transport agent * *************************************************/ +/* Copyright (c) The Exim Maintainers 2020 - 2022 */ /* Copyright (c) University of Cambridge 1995 - 2018 */ -/* Copyright (c) The Exim Maintainers 2020 - 2021 */ /* See the file NOTICE for conditions of use and distribution. */ @@ -655,7 +655,7 @@ for (;;) else { - const uschar *saveptr = ptr; +// const uschar *saveptr = ptr; ptr = nextword(ptr, buffer, sizeof(buffer), FALSE); if (*error_pointer) break;