mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-04 14:41:55 +00:00 
			
		
		
		
	[host] app: don't stop the lgmpTimer on session recovery
This commit is contained in:
		@@ -149,7 +149,9 @@ static bool lgmpTimer(void * opaque)
 | 
			
		||||
      DEBUG_ERROR("LGMP reported the shared memory has been corrrupted, "
 | 
			
		||||
          "attempting to recover");
 | 
			
		||||
      app.state = APP_STATE_REINIT;
 | 
			
		||||
      return false;
 | 
			
		||||
 | 
			
		||||
      // this is not a termination state, don't stop the timer
 | 
			
		||||
      return true;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    DEBUG_ERROR("lgmpHostProcess Failed: %s", lgmpStatusString(status));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user