mirror of
				https://github.com/stascorp/rdpwrap.git
				synced 2025-11-04 06:32:02 +00:00 
			
		
		
		
	Bug fix
This commit is contained in:
		@@ -244,9 +244,9 @@ bool OverrideSL(LPWSTR ValueName, DWORD *Value)
 | 
			
		||||
	if (IniFile->VariableExists(INI, "SLPolicy", ValueName))
 | 
			
		||||
	{
 | 
			
		||||
		if (!(IniFile->GetVariableInSection("SLPolicy", ValueName, &Variable))) *Value = 0;
 | 
			
		||||
		else *Value = Variable.ValueDec;
 | 
			
		||||
		return true;
 | 
			
		||||
	}
 | 
			
		||||
	*Value = Variable.ValueDec;
 | 
			
		||||
	return false;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user