]> git.ipfire.org Git - telemetry.git/commitdiff
graph: Fix "can render" check if we check for an object
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 12 Jul 2026 13:27:06 +0000 (13:27 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 12 Jul 2026 13:27:06 +0000 (13:27 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/daemon/graph.c

index 3ae9f0a4f1220c685d6aba95336227d4d0237bc4..59ad3f8dcc77c81f1e87be794d3ddf30fca075d1 100644 (file)
@@ -248,6 +248,9 @@ int td_graph_requires_source(td_graph* self, const char* name, const char* objec
                }
        }
 
+       // Success
+       r = 0;
+
 ERROR:
        if (sources)
                td_sources_unref(sources);