mirror of
				https://github.com/TeaOSLab/EdgeNode.git
				synced 2025-11-04 16:00:25 +08:00 
			
		
		
		
	修复从本地数据库中的第一次加载的IP可能不起作用的问题
This commit is contained in:
		@@ -155,10 +155,10 @@ func (this *IPListManager) Init() {
 | 
			
		||||
			if readErr != nil {
 | 
			
		||||
				remotelogs.Error("IP_LIST_MANAGER", "read ip list from local database failed: "+readErr.Error())
 | 
			
		||||
			} else {
 | 
			
		||||
				this.processItems(items, false)
 | 
			
		||||
				if !goNext {
 | 
			
		||||
					break
 | 
			
		||||
				}
 | 
			
		||||
				this.processItems(items, false)
 | 
			
		||||
			}
 | 
			
		||||
			offset += int64(l)
 | 
			
		||||
		}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user