mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Fix return value in Multicast.Stop()
This commit is contained in:
		
							parent
							
								
									287d3cf9c4
								
							
						
					
					
						commit
						4159ccb893
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -112,7 +112,7 @@ func (m *Multicast) Stop() error {
 | 
			
		|||
		err = m._stop()
 | 
			
		||||
	})
 | 
			
		||||
	m.log.Debugln("Stopped multicast module")
 | 
			
		||||
	return nil
 | 
			
		||||
	return err
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (m *Multicast) _stop() error {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue