diff --git a/client/src/main.c b/client/src/main.c index 95091551..2810a1cd 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -843,7 +843,7 @@ static void checkUUID(void) return; if (memcmp(g_state.spiceUUID, g_state.guestUUID, - sizeof(g_state.spiceUUID)) != 0) + sizeof(g_state.spiceUUID)) == 0) return; DEBUG_ERROR("UUIDs do not match, you have connected SPICE to the wrong guest");