Fixed a bug.

geesefs-0-30-9
Aaron Jacobs 2015-05-19 16:08:13 +10:00
parent c75db4a11f
commit a6e14f1878
1 changed files with 1 additions and 3 deletions

View File

@ -903,8 +903,6 @@ type ReadSymlinkOp struct {
}
func (o *ReadSymlinkOp) toBazilfuseResponse() (bfResp interface{}) {
resp := o.Target
bfResp = &resp
bfResp = o.Target
return
}