X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fcontrol.c;h=c166943ba59a607aa0ba8a85198ef68303167bc6;hb=f57129ce3439f3826c12f15feb5df05e5ad8cab9;hp=c71949648275c36ae0a9c4fe7cd1ebe8ec35acfc;hpb=b346338f9c2de6f71d87cb4ad8e61b0af0052688;p=tinc diff --git a/src/control.c b/src/control.c index c7194964..c166943b 100644 --- a/src/control.c +++ b/src/control.c @@ -63,7 +63,7 @@ bool control_h(connection_t *c, const char *request) { case REQ_DUMP_NODES: return dump_nodes(c); - + case REQ_DUMP_EDGES: return dump_edges(c);