X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/b476642f0ecdb981d9f0183fb5421082d90d9071..9e930d39de569d0aa24eeb7e0603408e89a35c95:/server/tun-linux.c diff --git a/server/tun-linux.c b/server/tun-linux.c index 2794ca8c..10456e35 100644 --- a/server/tun-linux.c +++ b/server/tun-linux.c @@ -129,7 +129,7 @@ static void t_inject(tunnel *t, buf *b) trace(T_TUNNEL, "tun-linux: inject decrypted packet"); trace_block(T_PACKET, "tunnel: 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@ --- *