From 0deb7e9b6cfdb39d89a629e705d6176c511fa83e Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Wed, 26 Apr 2023 21:33:08 +0200 Subject: migration: Drop unused parameter for migration_tls_client_create() It is not needed since we moved the accessor for tls properties to options.c. Suggested-by: Vladimir Sementsov-Ogievskiy Signed-off-by: Juan Quintela Reviewed-by: Vladimir Sementsov-Ogievskiy --- migration/tls.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'migration/tls.h') diff --git a/migration/tls.h b/migration/tls.h index 98e23c9b0e..5797d153cb 100644 --- a/migration/tls.h +++ b/migration/tls.h @@ -28,8 +28,7 @@ void migration_tls_channel_process_incoming(MigrationState *s, QIOChannel *ioc, Error **errp); -QIOChannelTLS *migration_tls_client_create(MigrationState *s, - QIOChannel *ioc, +QIOChannelTLS *migration_tls_client_create(QIOChannel *ioc, const char *hostname, Error **errp); -- cgit v1.2.3