Re: [PATCH] migration: Fix latent bug in migrate_params_test_apply()

2025-04-07 Thread Fabiano Rosas
Markus Armbruster writes: > migrate_params_test_apply() neglects to apply tls_authz. Currently > harmless, because migrate_params_check() doesn't care. Fix it anyway. > > Signed-off-by: Markus Armbruster > --- > migration/options.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a

[PATCH] migration: Fix latent bug in migrate_params_test_apply()

2025-04-07 Thread Markus Armbruster
migrate_params_test_apply() neglects to apply tls_authz. Currently harmless, because migrate_params_check() doesn't care. Fix it anyway. Signed-off-by: Markus Armbruster --- migration/options.c | 5 + 1 file changed, 5 insertions(+) diff --git a/migration/options.c b/migration/options.c i