Remove metadata when creating an Address

This commit is contained in:
iamqizhao
2016-05-26 16:14:27 -07:00
parent cf595a8fcd
commit 5d8c1e2d84

View File

@ -157,7 +157,6 @@ 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: