X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/b476642f0ecdb981d9f0183fb5421082d90d9071..8187950bc47575533beff8a9492c1c2f5e08cba3:/server/tun-bsd.c diff --git a/server/tun-bsd.c b/server/tun-bsd.c index 6773ee64..2c872997 100644 --- a/server/tun-bsd.c +++ b/server/tun-bsd.c @@ -123,7 +123,7 @@ static void t_inject(tunnel *t, buf *b) trace(T_TUNNEL, "tun-bsd: inject decrypted packet"); trace_block(T_PACKET, "tun-bsd: 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@ --- *