X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=util.c;h=703606172e6b550dd16dc81926ed4359f6eecc5c;hb=d8a024fe35f4be56f4ac17fa68aee2264960a8ac;hp=a91c073d53f13906a7926ea9a57836a327ae77ad;hpb=c215a4bc817daf7b5631236c3c7b6a509479b034;p=secnet.git 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)