X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/b476642f0ecdb981d9f0183fb5421082d90d9071..2d4998c45fa47fbc8084dcc4471a2e71e3eeb635:/server/tun-unet.c diff --git a/server/tun-unet.c b/server/tun-unet.c index 11f9b67b..19dc5e60 100644 --- a/server/tun-unet.c +++ b/server/tun-unet.c @@ -129,7 +129,7 @@ static void t_inject(tunnel *t, buf *b) trace(T_TUNNEL, "tun-unet: inject decrypted packet"); trace_block(T_PACKET, "tun-unet: packet contents", BBASE(b), BLEN(b)); }) - write(t->f.fd, BBASE(b), BLEN(b)); + IGNORE(write(t->f.fd, BBASE(b), BLEN(b))); } /* --- @t_destroy@ --- *