X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/b476642f0ecdb981d9f0183fb5421082d90d9071..799e58b96ef4948629d5e1b5401f537d74082ab7:/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@ --- *