mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	debugging
This commit is contained in:
		
							parent
							
								
									905c28f7b2
								
							
						
					
					
						commit
						8775075c18
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -528,7 +528,7 @@ func (t *switchTable) _handleMsg(msg *switchMsg, fromPort switchPort, reprocessi
 | 
				
			||||||
		t.parent = sender.port
 | 
							t.parent = sender.port
 | 
				
			||||||
		defer t.core.peers.sendSwitchMsgs(t)
 | 
							defer t.core.peers.sendSwitchMsgs(t)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	if doUpdate {
 | 
						if true || doUpdate {
 | 
				
			||||||
		defer t._updateTable()
 | 
							defer t._updateTable()
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	return
 | 
						return
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue