diff options
Diffstat (limited to 'migration/tls.c')
-rw-r--r-- | migration/tls.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/migration/tls.c b/migration/tls.c index 6e70887699..184db4d7bf 100644 --- a/migration/tls.c +++ b/migration/tls.c @@ -86,10 +86,7 @@ void migration_tls_channel_process_incoming(MigrationState *s, return; } - tioc = qio_channel_tls_new_server( - ioc, creds, - s->parameters.tls_authz, - errp); + tioc = qio_channel_tls_new_server(ioc, creds, migrate_tls_authz(), errp); if (!tioc) { return; } |