commit | 93b4ab91e205925314362541963a59a933e1506d | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Fri May 13 12:29:59 2022 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Fri May 13 12:29:59 2022 +0200 |
tree | 3f019906d439b252cd33097ea09deec7f9c31c67 | |
parent | c8187dc79474090db7a59266277aac982df8011b [diff] [blame] |
doc UPDATE minor update
diff --git a/src/schema_compile_node.c b/src/schema_compile_node.c index 47c3825..ebb8322 100644 --- a/src/schema_compile_node.c +++ b/src/schema_compile_node.c
@@ -3284,7 +3284,7 @@ LOGVAL(ctx->ctx, LYVE_SEMANTICS, "List's key must not have any \"when\" statement."); return LY_EVALID; } - /* TODO check key, it cannot have any if-features */ + /* unable to check if-features but compilation would fail if disabled */ } /* check status */