X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fprotocol_edge.c;h=c229940bcf953eba1c1a85a8fa4536d149eeb0d6;hb=c1d727418933bb899472aafd604e7e2508826dc6;hp=744ae38f6add66f73078dfe75fbcc6790f112891;hpb=39972c223310b2e12f3d66615898871daa173f9f;p=meshlink-tiny diff --git a/src/protocol_edge.c b/src/protocol_edge.c index 744ae38..c229940 100644 --- a/src/protocol_edge.c +++ b/src/protocol_edge.c @@ -54,7 +54,6 @@ bool add_edge_h(meshlink_handle_t *mesh, connection_t *c, const char *request) { (void)c; (void)request; - /* TODO: Check if this is an edge we would own. */ return true; } @@ -66,6 +65,5 @@ bool del_edge_h(meshlink_handle_t *mesh, connection_t *c, const char *request) { (void)c; (void)request; - /* TODO: Check if this is an edge we would own. */ return true; }