Skip to content

Commit 9408b94

Browse files
committed
Don't set persistence for transient domains
1 parent 8511a9e commit 9408b94

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ch/ch_driver.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ chDomainCreateXML(virConnectPtr conn,
254254
goto cleanup;
255255

256256
vmdef = NULL;
257-
vm->persistent = 1;
258257

259258
if (virCHDomainObjBeginJob(vm, CH_JOB_MODIFY) < 0)
260259
goto cleanup;

0 commit comments

Comments
 (0)