Skip to content

Commit b86be21

Browse files
committed
Fallback to Hex parsing.
1 parent bab690a commit b86be21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/ch/cyberduck/core/io/Checksum.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ public static Checksum parse(final String hash) {
8686
if(result != Checksum.NONE) {
8787
return new Checksum(result.algorithm, result.hex, hash);
8888
}
89-
return Checksum.NONE;
9089
}
9190
// Parse as hex string
9291
return parseHex(hash);

0 commit comments

Comments
 (0)