Commit 7aff1b53 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Fix brown-paper-bag typo.

Note to self: first test, then push.
parent 04cdbf23
......@@ -289,7 +289,7 @@ func (self *PathFileSystemConnector) GetAttr(header *InHeader, input *GetAttrIn)
out = new(AttrOut)
out.Attr = *attr
SplitNs(self.options.AttrTimeout, &out.AttrValid, &AttrValidNsec = 100e3
SplitNs(self.options.AttrTimeout, &out.AttrValid, &out.AttrValidNsec)
return out, OK
}
......
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