]> git.ozlabs.org Git - ccan/blobdiff - tools/manifest.c
tools/ccanlint: detect more unmentioned dependencies.
[ccan] / tools / manifest.c
index 762550ea4122549c00d7363b413ea657d91ae53e..fe3e4680b2d49117338def1e27bfc3b2ff58607e 100644 (file)
@@ -78,6 +78,8 @@ struct ccan_file *new_ccan_file(const void *ctx, const char *dir,
        f->fullname = path_join(f, dir, f->name);
        f->contents = NULL;
        f->simplified = NULL;
+       f->idempotent_cond = NULL;
+
        return f;
 }