mirror of
				https://github.com/TeaOSLab/EdgeCommon.git
				synced 2025-11-04 05:00:24 +08:00 
			
		
		
		
	IP库加密/其他对IP库的改进
This commit is contained in:
		@@ -213,7 +213,7 @@ func (this *Updater) Loop() error {
 | 
			
		||||
func (this *Updater) loadFile(fp *os.File) error {
 | 
			
		||||
	this.source.LogInfo("load ip library from '" + fp.Name() + "' ...")
 | 
			
		||||
 | 
			
		||||
	fileReader, err := NewFileDataReader(fp)
 | 
			
		||||
	fileReader, err := NewFileDataReader(fp, "")
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return errors.New("load ip library from reader failed: " + err.Error())
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user