Merge pull request #1201 from abronan/fix_token_watch

Fix token discovery Watch on failure
This commit is contained in:
Chanwit Kaewkasi 2015-09-08 11:18:56 +07:00
commit 2d78f6a388
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ func (s *Discovery) Watch(stopCh <-chan struct{}) (<-chan discovery.Entries, <-c
}
}()
return ch, nil
return ch, errCh
}
// Register adds a new entry identified by the into the discovery service