mirror of
https://github.com/simon987/imhashdb.git
synced 2025-04-10 14:16:43 +00:00
Ignore empty reply
This commit is contained in:
parent
6cb9b3b758
commit
5c4d4961e3
@ -74,6 +74,10 @@ func computeAndStore(rawTask []string) {
|
||||
continue
|
||||
}
|
||||
|
||||
if len(data) == 0 {
|
||||
continue
|
||||
}
|
||||
|
||||
h, err := ComputeHash(data)
|
||||
if err != nil {
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user