]> Git Repo - qemu.git/blobdiff - migration/exec.c
migration: add support for encrypting data with TLS
[qemu.git] / migration / exec.c
index c825e273d8623aa4d93dd1cff0d6f957811b66c7..1515cc331998258bcc206626455debf8772b1d95 100644 (file)
@@ -38,7 +38,7 @@ void exec_start_outgoing_migration(MigrationState *s, const char *command, Error
         return;
     }
 
-    migration_set_outgoing_channel(s, ioc);
+    migration_set_outgoing_channel(s, ioc, NULL);
     object_unref(OBJECT(ioc));
 }
 
This page took 0.023344 seconds and 4 git commands to generate.