Skip to content

Commit

Permalink
Fix op-write response.
Browse files Browse the repository at this point in the history
  • Loading branch information
amatus committed Jul 3, 2012
1 parent 0daabb3 commit 226a60f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/clojure/foofs/fuse/protocol.clj
Expand Up @@ -332,7 +332,8 @@
[write-out]
(domonad
state-m
[_ (write-int32 (:size write-out))]
[_ (write-int32 (:size write-out))
_ (pad 4)]
nil))

(defn write-statfs-out
Expand Down

0 comments on commit 226a60f

Please sign in to comment.