Commit 8379ce53 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Debug out for MKDIR result.

parent 89fa0af3
......@@ -472,6 +472,7 @@ func init() {
_OP_CREATE: func(ptr unsafe.Pointer) interface{} { return (*CreateOut)(ptr) },
_OP_SETATTR: func(ptr unsafe.Pointer) interface{} { return (*AttrOut)(ptr) },
_OP_INIT: func(ptr unsafe.Pointer) interface{} { return (*InitOut)(ptr) },
_OP_MKDIR: func(ptr unsafe.Pointer) interface{} { return (*EntryOut)(ptr) },
} {
operationHandlers[op].DecodeOut = f
}
......
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