]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
lib/rules: drop FIXMEs docs-local-data-r-ozywnc/deployments/6930
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 2 Jun 2025 12:42:01 +0000 (14:42 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 3 Jun 2025 07:24:26 +0000 (09:24 +0200)
These don't need resolving, as the return values for kr_* functions
didn't change really in the end.

lib/rules/api.c
lib/rules/api.h

index 8078de715e6c54073097651c95bf4bf0984d6918..82e3ee769b65c183b7b68405cb93e04ee436470e 100644 (file)
@@ -47,7 +47,6 @@ static const uint8_t KEY_VIEW_SRC6[1] = "6";
 
 
 /// Returns for functions below: RET_ANSWERED, RET_CONTINUE, negative error codes for bugs
-// FIXME: doc-comment for kr_rule_local_data_answer(), etc.
 enum ret_codes_ {
        RET_CONT_CACHE = 0,
        RET_ANSWERED = 1,
index b2e11dd11b032e91cecf5470a349d3bf7fb3d144..7e972dde3f0ce7446de01f33e4add5a985f6d4d1 100644 (file)
@@ -98,7 +98,7 @@ int kr_rules_reset(void);
 
 /** Try answering the query from local data; WIP: otherwise determine data source overrides.
  *
- * \return kr_error() on errors, >0 if answered FIXME, 0 otherwise (also when forwarding)
+ * \return kr_error() on errors, >0 if answered, 0 otherwise (also when forwarding)
  *
  * FIXME: we probably want to ensure AA flags in answer as appropriate.
  *   Perhaps approach it like AD?  Tweak flags in ranked_rr_array_entry