X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=util.c;h=3bfa6bb81afbca72ef26aed0741f62e10b8eeaee;hp=9a20420e38de1de999f0016cb600ab90dc21799d;hb=e9c9020e67f3eaec34f591d80f8fb20eeaaec334;hpb=ff1dcd860a6176d24ad1dd7c3b8756c685ca90c6 diff --git a/util.c b/util.c index 9a20420..3bfa6bb 100644 --- a/util.c +++ b/util.c @@ -394,7 +394,7 @@ void send_nak(const struct comm_addr *dest, uint32_t our_index, if (logwhy) Message(M_INFO,"%s: %08"PRIx32"<-%08"PRIx32": %08"PRIx32":" " %s; sending NAK\n", - dest->comm->addr_to_string(dest->comm->st,dest), + comm_addr_to_string(dest), our_index, their_index, msgtype, logwhy); dest->comm->sendmsg(dest->comm->st, buf, dest); }