diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/snapshot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/snapshot.c b/src/core/snapshot.c index 5c2a319cb6..a3f5e908eb 100644 --- a/src/core/snapshot.c +++ b/src/core/snapshot.c @@ -256,6 +256,7 @@ int snapshot_create(Manager *m, const char *name, bool cleanup, DBusError *e, Sn } SNAPSHOT(u)->cleanup = cleanup; + u->allow_isolate = true; *_s = SNAPSHOT(u); return 0; |