Last+2 tweak
							parent
							
								
									a5cce8d6d7
								
							
						
					
					
						commit
						0a0f38b23c
					
				| 
						 | 
				
			
			@ -107,7 +107,7 @@ namespace OpenSim.Services.Connectors.Simulation
 | 
			
		|||
            string uri = string.Empty;
 | 
			
		||||
 | 
			
		||||
            // HACK -- Simian grid make it work!!!
 | 
			
		||||
            if (destination != null && destination.ServerURI != string.Empty && !destination.ServerURI.StartsWith("http:"))
 | 
			
		||||
            if (destination.ServerURI != null && destination.ServerURI != string.Empty && !destination.ServerURI.StartsWith("http:"))
 | 
			
		||||
                uri = "http://" + destination.ServerURI + AgentPath() + aCircuit.AgentID + "/";
 | 
			
		||||
            else
 | 
			
		||||
            {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue