mirror of
https://github.com/simon987/imhashdb.git
synced 2025-12-15 07:39:08 +00:00
Ignore empty reply
This commit is contained in:
@@ -74,6 +74,10 @@ func computeAndStore(rawTask []string) {
|
||||
continue
|
||||
}
|
||||
|
||||
if len(data) == 0 {
|
||||
continue
|
||||
}
|
||||
|
||||
h, err := ComputeHash(data)
|
||||
if err != nil {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user