]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/transport.c
Taint: fix ACL "spam" condition, to permit tainted name arguments
[user/henk/code/exim.git] / src / src / transport.c
index f9ff521f78f5208429650d12f337e0f6345bb43c..aed743d6237d5ade007634d1c3fa7fefe03bdbdf 100644 (file)
@@ -1400,7 +1400,6 @@ if (write_pid > 0)
        int dummy = read(pfd[pipe_read], (void *)&save_errno, sizeof(int));
         dummy = read(pfd[pipe_read], (void *)&tctx->addr->more_errno, sizeof(int));
         dummy = read(pfd[pipe_read], (void *)&tctx->addr->delivery_time, sizeof(struct timeval));
-       dummy = dummy;          /* compiler quietening */
         yield = FALSE;
         }
       }