X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/eff48c1250f7f654a00495c5048766a9261c64ce..2d80199d7bc25b4c6e4a5ac986f8902770e82d96:/util.c diff --git a/util.c b/util.c index a91c073..7036061 100644 --- a/util.c +++ b/util.c @@ -448,7 +448,7 @@ void send_nak(const struct comm_addr *dest, uint32_t our_index, " %s; sending NAK\n", comm_addr_to_string(dest), our_index, their_index, msgtype, logwhy); - dest->comm->sendmsg(dest->comm->st, buf, dest); + dest->comm->sendmsg(dest->comm->st, buf, dest, 0); } int consttime_memeq(const void *s1in, const void *s2in, size_t n)