]> git.ozlabs.org Git - ccan/blobdiff - tools/ccan_depends.c
tools: simplify get_safe_ccan_deps
[ccan] / tools / ccan_depends.c
index b055e44eb1f53e1aee4c5e6f42731c195ce66555..4dda6fa274d65965daaceb4707b377b8bc1989ff 100644 (file)
@@ -41,7 +41,7 @@ int main(int argc, char *argv[])
                                recurse, NULL);
        else
                deps = get_safe_ccan_deps(talloc_autofree_context(),
-                                         argv[1], recurse, NULL);
+                                         argv[1], recurse);
 
        for (i = 0; deps[i]; i++)
                if (strstarts(deps[i], "ccan/") == ccan)