fix cleanup
This commit is contained in:
		
							parent
							
								
									5d57fd98b9
								
							
						
					
					
						commit
						f127bed990
					
				@ -51,14 +51,12 @@ func (api *ApiAliases) cleaner() {
 | 
			
		||||
					count += 1
 | 
			
		||||
					if alias.Hostname == nodeinfo.Hostname {
 | 
			
		||||
						count -= 1
 | 
			
		||||
						alias.Hostname = ""
 | 
			
		||||
					}
 | 
			
		||||
				}
 | 
			
		||||
				if len(alias.Owner) > 0 {
 | 
			
		||||
					count += 1
 | 
			
		||||
					if nodeinfo.Owner != nil && alias.Owner == nodeinfo.Owner.Contact {
 | 
			
		||||
						count -= 1
 | 
			
		||||
						alias.Owner = ""
 | 
			
		||||
					}
 | 
			
		||||
				}
 | 
			
		||||
				if alias.Location != nil {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user