X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d889e47a639472f1d5ad92231b90735bc8e42d37..3c51463e961cb96df8f624420f833c65505bb451:/src/src/readconf.c diff --git a/src/src/readconf.c b/src/src/readconf.c index f90b66c3d..9de064d95 100644 --- a/src/src/readconf.c +++ b/src/src/readconf.c @@ -4298,7 +4298,7 @@ for (i = config_lines; i; i = i->next) ; if (next - p > 1) - memmove(p+1, next, strlen(next)+1); + memmove(p+1, next, Ustrlen(next)+1); if (*next == '"' || *next == '\'' || *next == '$') break;