mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-03 22:22:08 +00:00 
			
		
		
		
	[client] main: fix reversed check logic from testing/debug
This commit is contained in:
		@@ -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");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user