X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fsrc%2Facl.c;h=22610ceaa66e0e97b6c184bd397bed4a6b49b472;hp=3ea8df1b135e8f028973c47565da6c9ce14bc17f;hb=0d7a24c68f30ce73df5f0859b2de6a39e74b92bc;hpb=d34c22b8288153f147af068d4c14ed8fcc8b9692 diff --git a/src/src/acl.c b/src/src/acl.c index 3ea8df1b1..22610ceaa 100644 --- a/src/src/acl.c +++ b/src/src/acl.c @@ -2260,7 +2260,7 @@ count = 1.0; /* Parse the other options. */ -while ((ss = string_nextinlist(&arg, &sep, big_buffer, big_buffer_size))) +while ((ss = string_nextinlist(&arg, &sep, NULL, 0))) { if (strcmpic(ss, US"leaky") == 0) leaky = TRUE; else if (strcmpic(ss, US"strict") == 0) strict = TRUE;