mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-08-09 22:15:35 +00:00
swtpm: Fix a typo in a return code
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
6b1112aef2
commit
bd91c7628d
@ -1518,7 +1518,7 @@ int handle_migration_options(char *options, bool *incoming_migration,
|
||||
release_lock_outgoing) < 0)
|
||||
return -1;
|
||||
|
||||
return 0l;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user