swtpm: Fix a typo in a return code

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
Stefan Berger 2024-09-19 18:41:35 -04:00 committed by Stefan Berger
parent 6b1112aef2
commit bd91c7628d

View File

@ -1518,7 +1518,7 @@ int handle_migration_options(char *options, bool *incoming_migration,
release_lock_outgoing) < 0)
return -1;
return 0l;
return 0;
}
/*