a fix for double counting
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@53 3f5042e3-fb1d-0410-be18-d6ca2573e517
This commit is contained in:
		@@ -601,7 +601,7 @@ int MQueueSelectAllJobs(
 | 
			
		||||
 | 
			
		||||
  if (UpdateStats == TRUE)
 | 
			
		||||
    {
 | 
			
		||||
    MStatClearUsage(0,(1 << mlIdle),FALSE);
 | 
			
		||||
    MStatClearUsage(0,(1 << mlIdle)|(1 << mlActive),FALSE);
 | 
			
		||||
    }
 | 
			
		||||
  else if (TrackIdle == TRUE)
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user