X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fmanifest.c;h=fe3e4680b2d49117338def1e27bfc3b2ff58607e;hp=762550ea4122549c00d7363b413ea657d91ae53e;hb=c9d946d07ae9a270042bcfef2bccfa09de6bddd9;hpb=e0529e15e0c7f9251af5465ef03f208d279affc1;ds=sidebyside diff --git a/tools/manifest.c b/tools/manifest.c index 762550ea..fe3e4680 100644 --- a/tools/manifest.c +++ b/tools/manifest.c @@ -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; }