X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/eff48c1250f7f654a00495c5048766a9261c64ce..2d80199d7bc25b4c6e4a5ac986f8902770e82d96:/site.c diff --git a/site.c b/site.c index 412567b..4ce4c24 100644 --- a/site.c +++ b/site.c @@ -1187,7 +1187,7 @@ static bool_t comm_addr_sendmsg(struct site *st, const struct comm_addr *dest, struct buffer_if *buf) { - return dest->comm->sendmsg(dest->comm->st, buf, dest); + return dest->comm->sendmsg(dest->comm->st, buf, dest, 0); } static uint32_t site_status(void *st)