|
@@ -154,6 +154,8 @@ void migration_tls_channel_connect(MigrationState *s,
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /* Save hostname into MigrationState for handshake */
|
|
|
|
+ s->hostname = g_strdup(hostname);
|
|
trace_migration_tls_outgoing_handshake_start(hostname);
|
|
trace_migration_tls_outgoing_handshake_start(hostname);
|
|
qio_channel_set_name(QIO_CHANNEL(tioc), "migration-tls-outgoing");
|
|
qio_channel_set_name(QIO_CHANNEL(tioc), "migration-tls-outgoing");
|
|
qio_channel_tls_handshake(tioc,
|
|
qio_channel_tls_handshake(tioc,
|