mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 11:15:07 +03:00 
			
		
		
		
	Fix dot
This commit is contained in:
		
							parent
							
								
									a6ef7166ea
								
							
						
					
					
						commit
						9713e73969
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -501,18 +501,18 @@ func (a *admin) getResponse_dot() []byte {
 | 
			
		|||
	sessions := a.getData_getSessions()
 | 
			
		||||
	// Map of coords onto IP
 | 
			
		||||
	m := make(map[string]string)
 | 
			
		||||
	m[self["coords"].(string)] = self["IP"].(string)
 | 
			
		||||
	m[self["coords"].(string)] = self["ip"].(string)
 | 
			
		||||
	for _, peer := range peers {
 | 
			
		||||
		p := peer.asMap()
 | 
			
		||||
		m[p["coords"].(string)] = p["IP"].(string)
 | 
			
		||||
		m[p["coords"].(string)] = p["ip"].(string)
 | 
			
		||||
	}
 | 
			
		||||
	for _, node := range dht {
 | 
			
		||||
		n := node.asMap()
 | 
			
		||||
		m[n["coords"].(string)] = n["IP"].(string)
 | 
			
		||||
		m[n["coords"].(string)] = n["ip"].(string)
 | 
			
		||||
	}
 | 
			
		||||
	for _, node := range sessions {
 | 
			
		||||
		n := node.asMap()
 | 
			
		||||
		m[n["coords"].(string)] = n["IP"].(string)
 | 
			
		||||
		m[n["coords"].(string)] = n["ip"].(string)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// Start building a tree from all known nodes
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue