From e36bc8b78ba7719fbdde205c56546d0172036b81 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 23 May 2019 15:05:21 +0200 Subject: pith/send.c: Einrückung korrigiert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pith/send.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pith/send.c b/pith/send.c index d57c700d..1bc47ced 100644 --- a/pith/send.c +++ b/pith/send.c @@ -2106,14 +2106,14 @@ call_mailer(METAENV *header, struct mail_bodystruct *body, char **alt_smtp_serve done: -for (pff = last_header->next; pff; ) { - fs_give((void**)&pff->name); - fs_give((void**)&pff->textbuf); - PINEFIELD *pfff = pff->next; - fs_give((void**)&pff); - pff = pfff; -} -last_header->next = NULL; + for (pff = last_header->next; pff; ) { + fs_give((void**)&pff->name); + fs_give((void**)&pff->textbuf); + PINEFIELD *pfff = pff->next; + fs_give((void**)&pff); + pff = pfff; + } + last_header->next = NULL; #ifdef SMIME /* Free replacement encrypted body */ -- cgit v1.2.3-54-g00ecf