Commit 6cb4425e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 65a027f8
......@@ -1378,8 +1378,7 @@ func (wlink *WatchLink) _serveRX() (err error) {
return fmt.Errorf("%d: %s", stream, err)
}
// XXX ctx = ?
err = wlink.setupWatch(context.TODO(), foid, at) // XXX -> head.setupWatch?
err = wlink.setupWatch(context.TODO(), foid, at) // XXX ctx = ?
if err != nil {
return fmt.Errorf("%d: %s", stream, err)
}
......
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