mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
fix: 修复#435
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ func InfoCheck(Url string, CheckData *[]CheckDatas) []string {
|
||||
return matchedInfos
|
||||
}
|
||||
|
||||
return []string{""}
|
||||
return []string{}
|
||||
}
|
||||
|
||||
// CalcMd5 计算内容的MD5并与指纹库比对
|
||||
|
||||
Reference in New Issue
Block a user