summaryrefslogtreecommitdiffhomepage
path: root/server/zclient.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/zclient.go')
-rw-r--r--server/zclient.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/zclient.go b/server/zclient.go
index df92f038..5f81cfcf 100644
--- a/server/zclient.go
+++ b/server/zclient.go
@@ -177,7 +177,7 @@ func (z *zebraClient) stop() {
}
func (z *zebraClient) loop() {
- w := z.server.Watch(WatchBestPath())
+ w := z.server.Watch(WatchBestPath(true))
defer func() { w.Stop() }()
for {