From bd91c7628dee507cf2d7d02bd6c350f86b502086 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Thu, 19 Sep 2024 18:41:35 -0400 Subject: [PATCH] swtpm: Fix a typo in a return code Signed-off-by: Stefan Berger --- src/swtpm/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swtpm/common.c b/src/swtpm/common.c index 57ef8462..8f0ef5d1 100644 --- a/src/swtpm/common.c +++ b/src/swtpm/common.c @@ -1518,7 +1518,7 @@ int handle_migration_options(char *options, bool *incoming_migration, release_lock_outgoing) < 0) return -1; - return 0l; + return 0; } /*