Commit aa08b0ff authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Fix debug print for SYMLINK result.

Change-Id: I6c17b6937483ad4a396cafe43d3b4605ce4a83cf
parent bd746dd8
......@@ -583,6 +583,7 @@ func init() {
_OP_NOTIFY_INODE: func(ptr unsafe.Pointer) interface{} { return (*NotifyInvalInodeOut)(ptr) },
_OP_NOTIFY_DELETE: func(ptr unsafe.Pointer) interface{} { return (*NotifyInvalDeleteOut)(ptr) },
_OP_STATFS: func(ptr unsafe.Pointer) interface{} { return (*StatfsOut)(ptr) },
_OP_SYMLINK: 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