X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnection.c;h=c4c9fd4861a530f8b2c3e63a950f0b43ce50cb1a;hp=c1a1b69f1eaf7ed2b5054fe1841cbe3b51ecfe88;hb=eb391c52eed46f3f03b404553df417851fc0cb90;hpb=2077451e07f93edc520cf5bc31815624a2b03fdd diff --git a/src/connection.c b/src/connection.c index c1a1b69f..c4c9fd48 100644 --- a/src/connection.c +++ b/src/connection.c @@ -122,7 +122,7 @@ void dump_connections(void) for(node = connection_tree->head; node; node = node->next) { c = node->data; logger(LOG_DEBUG, _(" %s at %s options %lx socket %d status %04x outbuf %d/%d/%d"), - c->name, c->hostname, c->options, c->socket, *(uint32_t *)&c->status, + c->name, c->hostname, c->options, c->socket, c->status.value, c->outbufsize, c->outbufstart, c->outbuflen); }