X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.c;h=fafec5db7e85e8e5b4a50b7d0da7990146a4e1a3;hb=b381acd60dbadbb4bc679d35a7d86bf425f21f86;hp=29ad04ee789075672792f5c21ebb1838f1d47715;hpb=268c8545aaf83b7433f43402f5c77e39e20006ef;p=tinc diff --git a/src/connection.c b/src/connection.c index 29ad04ee..fafec5db 100644 --- a/src/connection.c +++ b/src/connection.c @@ -117,7 +117,7 @@ bool dump_connections(connection_t *cdump) { for(node = connection_tree->head; node; node = node->next) { c = node->data; - send_request(cdump, "%d %d %s at %s options %x socket %d status %04x", + send_request(cdump, "%d %d %s %s %x %d %x", CONTROL, REQ_DUMP_CONNECTIONS, c->name, c->hostname, c->options, c->socket, bitfield_to_int(&c->status, sizeof c->status));