remember to check id
[protos/libecoli.git] / libecoli / ecoli_node.c
index c02a8de..9789102 100644 (file)
@@ -82,6 +82,7 @@ struct ec_node *ec_node_from_type(const struct ec_node_type *type, const char *i
        node->type = type;
        node->refcnt = 1;
 
+       // XXX check that id matches [_a-zA-Z][:-_0-9a-zA-Z]*
        node->id = ec_strdup(id);
        if (node->id == NULL)
                goto fail;