X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Ftransport.c;h=aed743d6237d5ade007634d1c3fa7fefe03bdbdf;hb=532800c8bf0e4bc2c27739477e70e0d7eef7df21;hp=f9ff521f78f5208429650d12f337e0f6345bb43c;hpb=0725fcc5aa930ce1d9f5e9d37639b2728d9cc260;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/transport.c b/src/src/transport.c index f9ff521f7..aed743d62 100644 --- a/src/src/transport.c +++ b/src/src/transport.c @@ -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; } }