mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-04 03:47:42 +00:00
mark branch as unreachable
This commit is contained in:
committed by
Alex Auvolat
parent
ae4982c309
commit
24d605fb05
+1
-1
@@ -313,7 +313,7 @@ impl BodyChunker {
|
||||
let block = self.buf.drain(..length).collect::<Vec<u8>>();
|
||||
Ok(Some(block))
|
||||
} else {
|
||||
Ok(None)
|
||||
unreachable!("FastCDC returned not chunk")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user