diff options
Diffstat (limited to 'libctf/ctf-create.c')
-rw-r--r-- | libctf/ctf-create.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libctf/ctf-create.c b/libctf/ctf-create.c index 5cbcfe0..1416d18 100644 --- a/libctf/ctf-create.c +++ b/libctf/ctf-create.c @@ -126,6 +126,7 @@ ctf_create (int *errp) fp->ctf_dtoldid = 0; fp->ctf_snapshots = 1; fp->ctf_snapshot_lu = 0; + fp->ctf_flags |= LCTF_DIRTY; ctf_set_ctl_hashes (fp); ctf_setmodel (fp, CTF_MODEL_NATIVE); |