commit | 611f6bdfdc96cb90aca1c20bc7fe5c76e30dfd44 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Fri Oct 18 13:45:19 2019 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Fri Oct 18 13:46:21 2019 -0700 |
tree | 317d51f5cee7825c7dc3a83ac28ae08cc4cb8731 | |
parent | 531322b23cb0ae5e08f57f6d975f6c4d032a4e33 [diff] [blame] |
VOL-2112 move to voltha-lib-go Change-Id: Ic1af08003c1d2c698c0cce371e64f47b47b8d875
diff --git a/vendor/go.etcd.io/etcd/clientv3/watch.go b/vendor/go.etcd.io/etcd/clientv3/watch.go index d50acbc..87d222d 100644 --- a/vendor/go.etcd.io/etcd/clientv3/watch.go +++ b/vendor/go.etcd.io/etcd/clientv3/watch.go
@@ -384,6 +384,7 @@ w.mu.Lock() if w.streams == nil { + w.mu.Unlock() return fmt.Errorf("no stream found for context") } wgs := w.streams[ctxKey]