X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fconnection.c;h=fafec5db7e85e8e5b4a50b7d0da7990146a4e1a3;hb=d6388d782ede1bbe49a5c2643362e2e0f383fa89;hp=29ad04ee789075672792f5c21ebb1838f1d47715;hpb=9ade39b7d5564fb6f5a41946c9a23cfa7851a19f;p=meshlink 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));