Add the missing address metadata

This commit is contained in:
iamqizhao
2016-07-06 11:40:57 -07:00
parent a0ff1e78a9
commit 5688542ad1

View File

@ -166,6 +166,7 @@ func (rr *roundRobin) watchAddrUpdates() error {
for _, update := range updates { for _, update := range updates {
addr := Address{ addr := Address{
Addr: update.Addr, Addr: update.Addr,
Metadata: update.Metadata,
} }
switch update.Op { switch update.Op {
case naming.Add: case naming.Add: