Commit ab0580a4 authored by Aaron Jacobs's avatar Aaron Jacobs

Fixed a very dumb bug.

parent ea97708e
...@@ -254,7 +254,6 @@ func convertInMessage( ...@@ -254,7 +254,6 @@ func convertInMessage(
Inode: fuseops.InodeID(inMsg.Header().Nodeid), Inode: fuseops.InodeID(inMsg.Header().Nodeid),
Handle: fuseops.HandleID(in.Fh), Handle: fuseops.HandleID(in.Fh),
Offset: int64(in.Offset), Offset: int64(in.Offset),
Dst: make([]byte, in.Size),
} }
o = to o = to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment