X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/35a5627dc1afa9c40adc64d215821750d4932a52..cb570b5ea1ff234ae16b2c32a236ccd520a80f7a:/src/src/string.c?ds=sidebyside diff --git a/src/src/string.c b/src/src/string.c index e0e0fa5ae..b559a9f19 100644 --- a/src/src/string.c +++ b/src/src/string.c @@ -1518,6 +1518,7 @@ specified messages. If it does, the message just gets truncated, and there doesn't seem much we can do about that. */ (void)string_vformat(buffer+15, sizeof(buffer) - 15, format, ap); +va_end(ap); return (eno == EACCES)? string_sprintf("%s: %s (euid=%ld egid=%ld)", buffer, strerror(eno),